/** * openlore panic-check * * Reads panic-state.json and outputs a structured JSON decision for the * Claude Code PreToolUse hook. Always exits 0 — severity is encoded in * the payload, not the exit code, so the hook runtime never sees an error. * * Designed for minimal startup overhead: imports only node built-ins and * constants. Heavy MCP dependencies are never loaded. */ import { Command } from 'commander'; export declare const panicCheckCommand: Command; //# sourceMappingURL=panic-check.d.ts.map