import { type GetSocketRpcClientParameters, type SocketRpcClient } from './socket.js'; export type GetWebSocketRpcClientOptions = Pick; export declare function getWebSocketRpcClient(url: string, options?: GetWebSocketRpcClientOptions | undefined): Promise>; //# sourceMappingURL=webSocket.d.ts.map