import type { ArchitectureDebtInventoryReport } from "./architecture-debt-inventory.js"; export declare function renderArchitectureDebtInventory(report: ArchitectureDebtInventoryReport): string;