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