declare function getFileExtension(filename: string): string;
declare const getNormalizedLanguageExtension: (name: string) => string;
declare const trimFileNameFromPath: (filePath: string) => string;
export { getFileExtension, getNormalizedLanguageExtension, trimFileNameFromPath };
//# sourceMappingURL=file-helper.d.ts.map