/**
 * Agent Setup checks for `goat-flow audit --agent <id>`.
 * 4 checks that validate per-agent installation: instruction, skills, settings, guardrail hooks.
 * All checks require --agent and skip in aggregate mode (except orphaned-artifacts detection).
 */
import type { BuildCheck } from "./types.js";
/** 4 agent setup checks */
export declare const AGENT_CHECKS: BuildCheck[];
//# sourceMappingURL=check-agent-setup.d.ts.map