import type { PrometheusCalculatedHistogramOptions } from './index.ts'; import type { StopTimer, Histogram } from '@libp2p/interface'; export declare class PrometheusHistogram implements Histogram { private readonly histogram; constructor(name: string, opts: PrometheusCalculatedHistogramOptions); observe(value: number): void; reset(): void; timer(): StopTimer; } //# sourceMappingURL=histogram.d.ts.map