import type * as perspective_client from "../../dist/wasm/perspective-js.js"; export declare function websocket(WebSocket: typeof window.WebSocket, Client: typeof perspective_client.Client, url: string | URL, options?: { maxPayload: number; }): Promise;