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