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