import { RpcTcpClient } from './tcpClient'; export declare class RpcTlsClient extends RpcTcpClient { connect(): Promise; } //# sourceMappingURL=tlsClient.d.ts.map