/** * openlore panic-validate * * Observe-mode accuracy gate report. Reads panic.jsonl telemetry and prints the deterministic * evidence a maintainer needs before enabling any interventional panic posture by default. * * Read-only, no side effects. Always exits 0 (it is a report, not a gate that blocks). Use --json * for machine-readable output. The verdict is INSUFFICIENT_DATA or REVIEW_REQUIRED — never auto-CLEARED. */ import { Command } from 'commander'; export declare const panicValidateCommand: Command; //# sourceMappingURL=panic-validate.d.ts.map