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