import type { CommandOutput } from './types.ts'; export { collectDiffLines } from './utilities.ts'; /** Executes timeline inspection and replay checkpoint diff commands. */ export declare function executeTimeline(options: { database: string; workflowId: string; step?: number; diff?: [number, number]; }): Promise;