/// import http from 'http'; import WSWebSocket from 'ws'; /** * A simple wrapper around WSWebSocket to allow passing options when being used * as an IsomorphicWebSocket */ export declare class WebSocketClient extends WSWebSocket { constructor(address: string, protocols?: string | string[], options?: WSWebSocket.ClientOptions | http.ClientRequestArgs); } //# sourceMappingURL=webSocketClient.d.ts.map