export interface WebSocketServer { start: () => void; stop: () => void; }