import type { AuditReport } from "./schema"; export declare function formatCliReport(report: AuditReport): string;