import type { ParsedCliArgs } from "./cli-args.js"; /** * Thin dispatcher for the consolidated `runs` command. The mode positional * selects the read-only engine: `report` (default) aggregates metrics via * `runMetrics`, `audit` runs the structural artifact audit via `runAuditRuns`. * The engine modules (`metrics.ts`/`audit-runs.ts`) are deliberately untouched — * this wrapper only routes and forwards the subcommand-relevant flags. */ export declare function runRunsCommand(args: ParsedCliArgs): Promise; //# sourceMappingURL=cli-runs-command.d.ts.map