import { Client } from './client'; export declare class UdpClient extends Client { constructor(ip: string, port?: number, protocol?: string); }