import { Metric } from "@effect/core/io/Metrics/definition"; /** * A counter, which can be incremented by numbers. * @tsplus static effect/core/io/Metrics/Metric.Ops counter * @tsplus location "@effect/core/io/Metrics/operations/counter" */ export declare function counter(name: string): Metric.Counter; //# sourceMappingURL=counter.d.ts.map