///
export default class ProxyUtil {
static env: NodeJS.ProcessEnv;
static readonly httpProxy: string | undefined;
static readonly httpsProxy: string | undefined;
static readonly usingProxy: boolean;
static readonly sslCertDir: Array;
static readonly sslCertFile: Array;
static readonly certs: Array;
static agent(https: boolean): any;
}