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