import { HMSUpdateListener } from '../../interfaces'; import { IStore } from '../../sdk/store'; import { HMSNotificationMethod } from '../HMSNotificationMethod'; export declare class RoomUpdateManager { private store; listener?: HMSUpdateListener | undefined; private readonly TAG; constructor(store: IStore, listener?: HMSUpdateListener | undefined); handleNotification(method: HMSNotificationMethod, notification: any): void; private handleRoomInfo; private handleSessionInfo; private handlePreviewRoomState; private onRoomState; private isRecordingRunning; private isStreamingRunning; private initHLS; private updateHLSStatus; private convertHls; private getHLSRecording; private getPeerListHLSRecording; private getPeerListBrowserRecording; private getPeerListSFURecording; private updateRecordingStatus; private updateRTMPStatus; private toSdkError; }