import { type CommandSpec } from "../internals/plan.js"; /** Default report artifact directory (repo/local scopes) — `aih evidence build` indexes it too. */ export declare const REPORTS_DIR: string; export declare const command: CommandSpec;