export declare const SYMBOL_KIND_MAP: Record<number, string>;
export declare const SEVERITY_MAP: Record<number, string>;
export declare const EXT_TO_LANG: Record<string, string>;
export declare function getLanguageId(ext: string): string;
