/** * `vclaw video music-video` — the vocal-synced, beat-exact music-video assembler. * * Phase 2 implements the plan/dry path: ingest → STT → slice → compose → write * work folder + manifest + per-take prompts. `--execute` is reserved for Phase 4 * (V2V render); until then it requires `--confirm-spend` (exit-3 otherwise) and * reports that execution is not yet wired so no spend is silently attempted. */ export declare function handleVideoMotionOverlay(args: string[]): Promise; //# sourceMappingURL=motion-overlay.d.ts.map