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