export interface WebSocketServerOptions {
    port: number;
    namespace: string;
}
//# sourceMappingURL=web-socket-server.d.ts.map