import {Agent} from "https"; export default class HttpsProxyAgent extends Agent { constructor(proxy, opts) { super(opts); this.proxy = proxy; } /** * Called when the node-core HTTP client library is creating a * new HTTP request. */ /*async connect( req: http.ClientRequest, opts: AgentConnectOpts ): Promise { }*/ }