export declare const LANGUAGE_CSHARP = "C#"; export declare const LANGUAGE_VB = "Visual Basic"; export declare const LANGUAGE_FSHARP = "F#"; export declare const LANGUAGE_PHP = "PHP"; export declare const LANGUAGE_IL = "IL"; export declare const LANGUAGE_DEFAULT = "C#"; export type Language = typeof LANGUAGE_CSHARP | typeof LANGUAGE_VB | typeof LANGUAGE_FSHARP | typeof LANGUAGE_PHP | typeof LANGUAGE_IL;