import { WebSocket } from 'ws'; export default interface Client { id: string; ws: WebSocket; channels: Set; } //# sourceMappingURL=Client.d.ts.map