export interface WithHar {
    (baseFetch: any, defaults?: any): any;
    harEntryMap?: Map<string, any>;
}
export declare const withHar: WithHar;
//# sourceMappingURL=with-har.d.ts.map