import { type DiagnosticBundleComparison, type ValidatedDiagnosticBundle } from "./contract.js"; export declare function compareDiagnosticBundles(repoRoot: string, beforeRef: string, afterRef: string): DiagnosticBundleComparison; export declare function compareValidatedDiagnosticBundles(before: ValidatedDiagnosticBundle, after: ValidatedDiagnosticBundle): DiagnosticBundleComparison; export declare function renderDiagnosticBundleComparison(comparison: DiagnosticBundleComparison): string; //# sourceMappingURL=comparison.d.ts.map