/// import * as net from 'net'; export interface IProxyConnection { close(): Promise; onData(buffer: Buffer): Promise; }