export declare class PLVPlaybackVideoResponseVO { code?: number; status?: string; message?: string; data?: Data; } export declare class VideoCache { videoId?: string; videoPoolId?: string; userId?: string; channelId?: number; videoUrl?: string; videoSize?: number; zipUrl?: string; zipSize?: number; liveType?: string; status?: string; createdTime?: number; lastModified?: number; } export declare class Data { offlineJSUrl?: string; seed?: number; liveType?: string; origin?: string; videoId?: string; title?: string; qid?: any; listType?: string; asDefault?: string; duration?: string; streamType?: string; channelSessionId?: string; createdTime?: number; rank?: number; callbackUrl?: any; fileUrl?: string; startTime?: string; audio?: any; lang?: string; class?: string; channelId?: number; errorCount?: number; height?: number; playbackCacheEnabled?: string; mergeinfo?: any; pageMode?: number; enFileUrl?: any; ordertime?: number; originSessionId?: string; userId?: string; url?: string; myBr?: string; videoIdEN?: any; videoPoolId?: string; width?: number; videoCache?: VideoCache; firstImage?: string; lastModified?: number; fileId?: string; status?: string; }