import { type CommandSpec } from "./internals/plan.js"; /** * Fail-closed preflight. Returns probe actions; the read-only command path forces * `verify`, so probes run and the verification report drives the exit code. A * `skip` (tool/artifact absent) never fails the run — only a hard `fail` does. In a * multi-repo workspace root (a `.aih-workspace.json` marker), it also validates * that each child repo has been scaffolded. */ export declare const command: CommandSpec;