export declare const getFileNameFromExtension: (fileNameWithExtension: string, removeComplexExtension?: boolean) => string;
