/** Human views for canonical parent Runs and their ordered RunSteps. */ import { type ViewNode } from '@opensip-cli/cli-ui'; import type { RunDetailResult, RunHistoryResult } from '@opensip-cli/contracts'; /** Compact parent-ledger history; Tool Session replay remains a separate surface. */ export declare function viewRunHistory(result: RunHistoryResult): ViewNode; /** Exact parent Run plus its bounded, ordered RunStep page and Session follow-ups. */ export declare function viewRunDetail(result: RunDetailResult): ViewNode; //# sourceMappingURL=run-views.d.ts.map