export declare function getHeadersObj(headers: Headers | Record<string, string | string[]> | Map<string, string>): Record<string, string>;
