/**
 * Verification concern: Can the agent verify its own work honestly?
 * 4 checks: hooks-registered, commit-guidance, evidence-before-claims,
 * post-turn-hook-integrity.
 */
import type { HarnessCheck } from "../types.js";
export declare const VERIFICATION_CHECKS: HarnessCheck[];
//# sourceMappingURL=check-verification.d.ts.map