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