import type { PrometheusCalculatedHistogramOptions } from './index.ts'; import type { HistogramGroup, StopTimer } from '@libp2p/interface'; export declare class PrometheusHistogramGroup implements HistogramGroup { private readonly histogram; private readonly label; constructor(name: string, opts: PrometheusCalculatedHistogramOptions>); observe(values: Record): void; reset(): void; timer(key: string): StopTimer; } //# sourceMappingURL=histogram-group.d.ts.map