export declare const getExt: (contentType: string) => string | null;
export declare function mimeLookup(path: string): string | false;
export declare function mimeContentType(str: string): false | string;
