export interface IExportVideoData { duration?: number; fps?: number; mimeType?: string; }