import type { BaseQueryApi } from "@reduxjs/toolkit/query"; import type { WSPeerConnection } from "../utils/interfaces"; declare const handleWebSocketMessage: (event: MessageEvent, ws: WebSocket, api: BaseQueryApi, peerConnections: WSPeerConnection[]) => Promise; export default handleWebSocketMessage; //# sourceMappingURL=handleWebSocketMessage.d.ts.map