import { JsonSummary } from './common'; export declare const coverageDiffer: (base: JsonSummary, head: JsonSummary) => JsonSummary;