/** * openlore panic-level * * Read-only status line output: current panic level as a compact string. * No side effects, no writes — safe to call from a status line poller. * * Output: "P:L{n}" at L1–L4, empty string at L0. * Exit: always 0. */ import { Command } from 'commander'; export declare const panicLevelCommand: Command; //# sourceMappingURL=panic-level.d.ts.map