import { Type } from './Type'; import { Instance } from './Instance'; import { WebSocketServerOptions } from './WebSocketServerOptions'; import { WebSocketServerExecutionOptions } from './WebSocketServerExecutionOptions'; /** @codex-xmi-id 9a5dcb00-3ff0-5867-9936-b43740aa74c8 */ export declare class WebSocketServerInstance extends Instance { type: Type; namespace: string; webSocketServerOptions: WebSocketServerOptions; executionOptions: WebSocketServerExecutionOptions; }