import { type HandledCommand } from '../registry.js'; /** `scene verify ` — run the scene capsule's generated tests. */ export declare const sceneVerifyCommand: HandledCommand; /** `scene compile ` — load the scene module + run its compile pipeline. */ export declare const sceneCompileCommand: HandledCommand; /** `scene render [-o ]` — compile + render to mp4 (idempotent). */ export declare const sceneRenderCommand: HandledCommand; //# sourceMappingURL=scene.d.ts.map