declare module "proxy-from-env" { export function getProxyForUrl(url: string | object | URL): string; }