export declare const types: Map; export declare const extensions: Map; export declare const define: (typeMap: { [k: string]: string[]; }, force?: boolean) => void; export declare const getType: (path: string) => string; export declare const getExtension: (type: string) => string | null; //# sourceMappingURL=Mime.d.ts.map