import { type fetch } from 'undici'; export interface WithHar { (baseFetch: T, defaults?: any): T; harEntryMap?: Map; } export declare const withHar: WithHar; //# sourceMappingURL=with-har.d.ts.map