import type { GatewayClient } from "./types.js"; /** * Connected clients */ export declare const connectedClients: Set;