export declare function contentType(path: string): string | undefined; export declare function extension(type: string): string | undefined; export declare function lookup(path: string): string | undefined; export declare function charset(type: string): string | undefined; //# sourceMappingURL=media-types.d.ts.map