export type AceLanguage = { name: string; text: string; extensions: string[]; }; export declare const AceLanguages: AceLanguage[];