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