import type { PolicyDecision, PolicyMode, PolicyRequest, PolicyRule } from './types.js'; export declare function ruleMatches(rule: PolicyRule, request: PolicyRequest): boolean; export declare function evaluatePolicy(request: PolicyRequest, rules: readonly PolicyRule[], mode: PolicyMode, verifiedEvidenceIds?: readonly string[]): Omit; //# sourceMappingURL=evaluator.d.ts.map