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