/** * `bober postmortem generate ` — synthesize (or re-synthesize) * the postmortem.md for an incident from its artifacts. * `bober postmortem show ` — print the postmortem.md to stdout. * * Nested subcommand pattern mirrors src/cli/commands/audit-show.ts. * * Sprint 23 — src/cli/commands/postmortem.ts */ import type { Command } from "commander"; export declare function registerPostmortemCommand(program: Command): void; //# sourceMappingURL=postmortem.d.ts.map