/** * `runs` subcommand group leaf specs (`list` / `show`). * * Parent Runs are the canonical execution ledger. Tool Sessions remain the * replay surface linked from individual RunSteps. */ import { type HostSpec } from './host-subcommand-shared.js'; import type { CliCommandsContext } from './shared.js'; /** Build the two read-only `runs` group leaf specs. */ export declare function buildRunsGroupLeaves(ctx: CliCommandsContext): readonly HostSpec[]; //# sourceMappingURL=host-subcommand-runs.d.ts.map