import type { AuditReport, ReportDelta } from "./schema"; export declare function computeReportDelta(current: AuditReport, baseline: AuditReport): ReportDelta;