/** * openlore panic-calibrate * * Measure the panic signal's accuracy against the labeled ground-truth corpus by replaying each * scenario through the real engine. Reports the false-positive rate, sensitivity (true-positive * rate), and the documented known-sensitivities (where the signal is weak). This is the in-code * accuracy evidence the observe-mode gate needs — complementary to real observe-mode telemetry. * * Read-only. Exits 0 by default; --strict exits 1 if discrimination on the clear-cut corpus * regresses (any false positive, or sensitivity below 100%). */ import { Command } from 'commander'; export declare const panicCalibrateCommand: Command; //# sourceMappingURL=panic-calibrate.d.ts.map