import type WebSocket from "isomorphic-ws";
export declare function toAsyncIterable(ws: WebSocket): AsyncIterableIterator<WebSocket.MessageEvent>;
