export declare const getContentType: (extension: string) => "text/html" | "text/javascript" | "application/json" | "text/plain" | "application/octet-stream"; //# sourceMappingURL=getContentType.d.ts.map