import type { HttpClient } from './index.js'; /** 建立 WebSocket */ export type Ws = (url: string, protocols?: string | string[]) => WebSocket; /** 建立 WebSocket */ export declare function createWs(client: HttpClient): Ws; //# sourceMappingURL=ws.d.ts.map