export declare const useMIME: () => { mimeToExt: { [key: string]: string[]; }; extToMIME: { [ext: string]: string; }; }; //# sourceMappingURL=MIME.d.ts.map