/** * Scene Command Handlers * Handles scene management within chapters */ import type { ParsedArgs, OutputFormatter } from '../types.js'; export declare function handleSceneCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=scene-handler.d.ts.map