/** @type {import('../core.js').Syntax} */
declare function kotlin(Prism: any): void;
declare namespace kotlin {
    let displayName: string;
    let aliases: string[];
}
export default kotlin;
