/** * File utility functions for code editor components */ export declare const getMonacoLanguage: (lang: string) => string; export declare const getDisplayFileName: (fileName?: string, filePath?: string) => string; export declare const getFileExtension: (fileName?: string) => string; //# sourceMappingURL=file.d.ts.map