export declare function mimeType(type: string | null): string | null; export declare function convertHeaders(headers: Headers): any;