import type { MetricRatingThresholds, MetricType } from '../types'; export declare const bindReporter: (callback: (metric: Extract) => void, metric: Extract, thresholds: MetricRatingThresholds, reportAllChanges?: boolean) => (forceReport?: boolean) => void; //# sourceMappingURL=bindReporter.d.ts.map