import { PLVPlaybackVideoData } from "../../vo/PLVPlaybackVideoData"; export declare class PLVPlaybackMediaPlayProgress { channelId?: string; playbackListType?: string; videoPoolId?: string; progress?: number; static createFromPlaybackVideoData(playbackVideoData: PLVPlaybackVideoData): PLVPlaybackMediaPlayProgress; static generateId(playbackVideoData: PLVPlaybackVideoData): string; get id(): string; }