export interface VideoFinalVerificationReport { projectSlug?: string; sourcePath: string; durationSeconds?: number; sizeBytes?: number; videoCodec?: string; width?: number; height?: number; frameRate?: string; audioPresent: boolean; audioCodec?: string; framePath: string; } export declare function verifyFinalOutput(options: { projectSlug?: string; filePath?: string; root?: string; outputDir?: string; }): Promise; //# sourceMappingURL=verify-final.d.ts.map