/**
 * Constraints concern: Do deterministic rules catch failures before the LLM runs?
 * 4 checks: deny-covers-secrets, deny-blocks-dangerous, deny-blocks-pipe-to-shell,
 * deny-hook-registered.
 */
import type { HarnessCheck } from "../types.js";
export declare const CONSTRAINTS_CHECKS: HarnessCheck[];
//# sourceMappingURL=check-constraints.d.ts.map