/** * Maps file extensions to LSP language identifiers */ export declare const LANGUAGE_EXTENSIONS: Record; /** * Get LSP language ID for a file path */ export declare function getLanguageId(filePath: string): string | undefined; //# sourceMappingURL=language.d.ts.map