declare module 'https-proxy-agent' { export class HttpsProxyAgent { constructor(proxy: string | URL) } }