export declare class ListLiveReplayResponseDataVideo { 'id'?: string; 'streamId'?: string; 'title'?: string; 'avatar'?: string; 'nick'?: string; 'nickEn'?: string; 'cover'?: string; 'watched'?: number; 'subscriptionRequired'?: boolean; 'hasSubscribed'?: boolean; 'duration'?: number; 'weight'?: number; 'momentsUid'?: string; 'sessionId'?: string; 'endedAtFormat'?: string; 'endedAtType'?: number; 'tier'?: number; 'tag'?: string | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }