import type { CIGateResult } from "../../domain/runtime/governance-gates.js"; export interface RuntimeGateInput { hotPathWithinBudget: boolean; canonicalityComplete: boolean; duplicateThresholdPass: boolean; bridgeBudgetPass: boolean; leakagePass: boolean; outputCoveragePass: boolean; targetHonestyPass: boolean; } export declare function runRuntimeGates(input: RuntimeGateInput): CIGateResult[]; //# sourceMappingURL=run-runtime-gates.d.ts.map