export declare const MIME_EXT_MAP: any; export declare function GuessMime(source: string, customMap?: { [key: string]: string; }): any;