import { HttpsProxyAgent } from 'https-proxy-agent'; export * from 'cross-fetch'; export declare function getProxyAgent(options?: RequestInit): HttpsProxyAgent;