import type { AuditReport } from "../core/models.js"; import type { OwnershipPath } from "../core/ownership/tracer.js"; export declare function toHtmlReport(report: AuditReport, ownership: OwnershipPath[]): string; //# sourceMappingURL=html-reporter.d.ts.map