import type { Metric } from '../types'; export declare const initMetric: (name: Metric['name'], value?: number) => Metric; //# sourceMappingURL=initMetric.d.ts.map