export {};
declare global {
    namespace Amity {
        type UsageDataModel = {
            sessionId: string;
            roomId?: string;
            startTime: string;
            endTime: string;
            watchSeconds: number;
            resolution?: string;
            /**
             * @deprecated Use `roomId` instead.
             */
            streamId?: string;
        };
    }
}
//# sourceMappingURL=liveStreamPlayer.d.ts.map