import * as WS from "ws"; export declare class WebSocket extends WS { constructor(url: string, options?: { agent: any; }); } export declare class WebSocketServer extends WS.Server { constructor(options: { server?: any; host?: string; port?: number; path?: string; }); }