import { StatsRegistryService } from '../stats/services/stats-registry.service'; import { StorageService } from '../storage/services/storage.service'; import { SwaggerModelsRegistryService } from '../swagger/services/swagger-models-registry.service'; import { WsStatsProvider } from './providers/ws-stats.provider'; export declare class WebsocketModule { private readonly wsStatsProvider; private readonly statsRegistryService; private readonly storageService; private readonly swaggerRegistry; constructor(wsStatsProvider: WsStatsProvider, statsRegistryService: StatsRegistryService, storageService: StorageService, swaggerRegistry: SwaggerModelsRegistryService); onModuleInit(): void; }