import { HttpsProxyAgent } from 'https-proxy-agent'; export declare function getProxyUrl(): string | undefined; export declare function getProxyAgent(): HttpsProxyAgent | undefined; export declare function shouldBypassProxy(url: string): boolean; //# sourceMappingURL=proxy-agent.d.ts.map