export declare function parseContentType(header: string): { mediaType: string; parameters: Record; };