/** * Timeline Command Handlers * Handles timeline event management commands */ import type { ParsedArgs, OutputFormatter } from '../types.js'; export declare function handleTimelineCommand(args: ParsedArgs, projectPath: string, output: OutputFormatter): Promise; //# sourceMappingURL=timeline-handler.d.ts.map