import { w3cwebsocket as Websocket } from "websocket";
export declare const getWsClient: (url: string, apiKey: string) => Websocket;
