import type { GovernanceRule } from "./governance-types.js"; export declare const APPROVAL_THRESHOLD = 0.7; /** * Ordered governance rules. The Transition Engine evaluates rules in * priority order and returns the first matching transition. Lower * priority numbers are evaluated first. */ export declare const GOVERNANCE_RULES: GovernanceRule[];