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