import type { IVerdictCoverage } from './verdict-coverage.js'; /** * The always-printed scope clause for a verdict: `examined 3 of 3 rules`, * `capped at 2000 of 2101 files`, or `examined 2 of 3 registered tokens * (accepted by registeredExtras)`. * * Printed on clean verdicts too. A number the reader can compare to the * request is the whole point — a verdict that omits it cannot be told apart * from one that examined everything. */ export declare function formatCoverage(c: IVerdictCoverage): string; //# sourceMappingURL=format-coverage.d.ts.map