export interface WebSocketServerOptions {
    port: number;
    namespace: string;
}
