import { type WebSocket } from "ws"; export interface WebSocketConnectionState { ws: WebSocket; clientIdentity?: string; } export declare const connections: Map; //# sourceMappingURL=connection-state.d.ts.map