import type { MilestoneLedger } from '@manehorizons/cadence-types'; import type { MilestoneStatusResult } from './milestone.js'; export declare function renderMilestonesMd(ledger: MilestoneLedger): string; /** * Phase 179: renders `runMilestoneStatus`'s `ok: true` result as a * phase | worktree | loop position | state table — the human-readable * counterpart to the command's `--json` output. */ export declare function renderMilestoneStatusMd(result: Extract): string; //# sourceMappingURL=render-milestone.d.ts.map