import { HttpProxyAgent } from "http-proxy-agent"; import { HttpsProxyAgent } from "https-proxy-agent"; import fetch from "node-fetch"; export declare function getGetProxyAgent(): HttpProxyAgent | HttpsProxyAgent | undefined; export declare function fetchWithProxy(input: fetch.RequestInfo, init?: fetch.RequestInit): Promise; //# sourceMappingURL=fetch-proxy.d.ts.map