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