export type PLVVodViewLogVO = { playId: string; userId: string; videoId: string; flow: number; playDuration: number; stayDuration: number; currentTimestamp: number; duration: number; cataid: number; href: string; playerName: string; playerVersion: string; viewerId?: string; viewerAvatar?: string; keepPlay?: number; param1?: string; param2?: string; param3?: string; param4?: string; param5?: string; appId?: string; ute?: string; engagementEnable?: boolean; speed?: number; lastTimestamp?: number; }; export declare function vodViewLog2QueryMap(vo: PLVVodViewLogVO): Map;