/** * Scene Commands * Commands for managing scenes within chapters */ import type { Command } from '../types.js'; export declare const sceneCommand: Command; //# sourceMappingURL=scene.d.ts.map