export default function sanitizeHeaders(headers: { [key: string]: string | string[]; }): { [key: string]: string; };