import { ListLiveReplayResponseDataLiveHost } from './listLiveReplayResponseDataLiveHost'; export declare class ListLiveReplayResponseDataLive { 'id'?: string; 'uid'?: string; 'chatGroupId'?: string; 'name'?: string; 'cover'?: string; 'startedAt'?: string; 'subscriptionRequired'?: boolean; 'hotWeight'?: number; 'liveType'?: number; 'sessionId'?: string; 'host'?: ListLiveReplayResponseDataLiveHost; 'status'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }