export declare const CONTENT_TYPES: Record; export declare function getContentType(extension: string): string; export declare function getContentTypeForPath(path: string): string; export declare function isCompressible(contentType: string): boolean; export declare function isCacheable(contentType: string): boolean; //# sourceMappingURL=content-types.d.ts.map