import type { IVerdictCoverage } from './verdict-coverage.js'; /** * The line to print when a real gap was waived by an explicit acceptance, or * `undefined` when there is no gap or the gap still vetoes the verdict. * * An accepted gap is the one case where a clean verdict sits over an * incompletely-examined scope, so it must never be silent: the verdict line * prints `accepted by : ` next to the clean sentence. * Derived from {@link coverageGap} and {@link coverageShortfall} rather than * re-deciding acceptance, so the printed acceptance and the exit code cannot * disagree. */ export declare function coverageAcceptance(c: IVerdictCoverage): string | undefined; //# sourceMappingURL=coverage-acceptance.d.ts.map