/** * Detection Funnel Policy Tests — PRI-446 * * Tests the pure core DetectionFunnelCore directly with injected stubs for * matcher/hasher/gate (no crypto, no dictionary). The plugin's * detection-funnel-characterization.test.ts (10 tests) exercises the same logic * through the wired adapter; this file gives core its own direct coverage. * * ERR checklist: * - ERR-025: tests the real DetectionFunnelCore path. */ export {}; //# sourceMappingURL=detection-funnel-policy.test.d.ts.map