/** * Timeline Commands * Commands for managing timeline events in the novel */ import type { Command } from '../types.js'; export declare const timelineCommand: Command; //# sourceMappingURL=timeline.d.ts.map