import * as WebSocket from 'ws'; import * as http from 'http'; import * as url from 'url'; export declare function createWebSocketClient(address: string | url.URL, options?: WebSocket.ClientOptions | http.ClientRequestArgs): Promise; //# sourceMappingURL=ws.client.d.ts.map