import { ListLiveReplayResponseDataLive } from './listLiveReplayResponseDataLive'; import { ListLiveReplayResponseDataVideo } from './listLiveReplayResponseDataVideo'; export declare class ListLiveReplayResponseDataList { 'contentType'?: string; 'live'?: ListLiveReplayResponseDataLive; 'video'?: ListLiveReplayResponseDataVideo; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }