import type { GateImpl } from './types.js'; /** * Security-audit verifier gate (Phase 25.2). Extracted from settle.ts verbatim * (Phase 39.5). The final, most expensive gate — fires on membership * ('security-audit', strict×complex only). Runs an OWASP-aware pass over the * touched-file diff; CRITICAL findings refuse settle unless --force / * --allow-security-audit-failure. All findings land on SUMMARY.securityAudit. * Reaches git + the auditor only through ctx ports. */ export declare const runSecurityAuditGate: GateImpl; //# sourceMappingURL=security-audit.d.ts.map