export declare function extToMIME(ext: string, fallback?: string): string; export declare function mimeToExt(mime: string): string; export declare function filenameToMIME(filename: string, fallback?: string): string; //# sourceMappingURL=extToMIME.d.ts.map