import { Type } from './Type'; import { Instance } from './Instance'; import { WebSocketServerOptions } from './WebSocketServerOptions'; import { WebSocketServerExecutionOptions } from './WebSocketServerExecutionOptions'; export declare class WebSocketServerInstance extends Instance { type: Type; namespace: string; webSocketServerOptions: WebSocketServerOptions; executionOptions: WebSocketServerExecutionOptions; }