import { WebsocketService } from '../../engine/websocket.service'; import { Store } from '@ngxs/store'; export declare class CounterService { private store; private wsService; constructor(store: Store, wsService: WebsocketService); private _channel; channel: any; sendEvent(name: any, data: any): void; private onViewers; private onConnected; private getViewers; }