import type { CheckReport } from "./types.js"; export declare function reportHasFailures(report: CheckReport, strict: boolean): boolean; export declare function formatReport( report: CheckReport, options?: { summaryOnly?: boolean; }, ): string;