export declare function handleVideoAnalyze(args: string[]): Promise; export declare function handleVideoBrandExtract(args: string[]): Promise; /** * `vclaw video consistency-audit` — run the automated character identity/costume * vision audit over the project's rendered scenes and persist * `artifacts/consistency-audit.json`. Uses the default Gemini-backed vision * client; errors fail-fast when no vision key is configured so the operator * knows the audit could not actually look at the frames. `--json` keeps the same * machine-readable output (it always emits JSON). */ export declare function handleVideoConsistencyAudit(args: string[]): Promise; /** * `vclaw video motion-qc` — run the dense-frame motion-artifact vision audit * (breath vapour, grain-as-fog, morphing, vanishing props) over the project's * rendered clips and persist `artifacts/motion-artifact-qc.json`. The defect * classes a still-frame + whisper QC pass is blind to. Uses the default * Gemini-backed clients; fails fast when no vision key is configured so the * operator knows the audit could not actually look at the frames. */ export declare function handleVideoMotionQc(args: string[]): Promise; //# sourceMappingURL=analysis.d.ts.map