export declare type VideoConfig = { width: number; height: number; fps: number; durationInFrames: number; }; //# sourceMappingURL=video-config.d.ts.map