export declare function ws(url: string): { on: (operation: string, callback: (msg: Event | string) => void) => void; send: (msg: string) => void; terminate: (code?: number, reason?: string) => void; getConnection: () => WebSocket; }; //# sourceMappingURL=webSocket.web.d.ts.map