export declare function getProxyForUrl(url: string): string | undefined; export declare const ProxyEnv: { getProxyForUrl: typeof getProxyForUrl; };