import QuickLRU from 'quick-lru';
import { Agents, Options } from 'got-cjs';
export declare function proxyHook(options: Options): Promise<void>;
export declare const defaultAgentCache: QuickLRU<string, Agents>;
//# sourceMappingURL=proxy.d.ts.map