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