import { Metric } from "@effect/core/io/Metrics/definition"; /** * A numeric histogram metric, which keeps track of the count of numbers that * fall in bins with the specified boundaries. * @tsplus static effect/core/io/Metrics/Metric.Ops histogram * @tsplus location "@effect/core/io/Metrics/operations/histogram" */ export declare function histogram(name: string, boundaries: Metric.Histogram.Boundaries): import("../definition").Metric; //# sourceMappingURL=histogram.d.ts.map