export declare function createTunnel(proxyUrl: string, targetHost: string, options?: { verbose?: boolean; ignoreProxyCertificate?: boolean; }): Promise; export declare function closeTunnel(serverPath: string, closeConnections?: boolean): Promise; //# sourceMappingURL=tcp_tunnel_tools.d.ts.map