export type CreateFetchWithStrippedHeadersParams = { baseFetch: typeof fetch; headerNames: string[]; }; export declare function createFetchWithStrippedHeaders(params: CreateFetchWithStrippedHeadersParams): typeof fetch; //# sourceMappingURL=create-fetch-with-stripped-headers.d.ts.map