import type { ClientOptions, WebSocketClient } from "./types.js"; export * from "./errors.js"; export * from "./types.js"; /** * Creates a type-safe WebSocket client. */ export declare function createClient(opts: ClientOptions): WebSocketClient; //# sourceMappingURL=index.d.ts.map