import type { Transport } from '../types'; export declare function makeTCPTransport(host: string, port: number): Transport;