import type { RequirementRow } from "./requirements-view.js"; /** * Render the ledger as one markdown index. * * Returns the EMPTY STRING for an empty ledger rather than a headed-but-empty page. * The generator keys on that to emit no file at all, which is in turn what lets the * surface default to on without changing output for any project lacking a ledger. */ export declare function renderRequirementsMarkdown(rows: readonly RequirementRow[]): string; //# sourceMappingURL=requirements-markdown.d.ts.map