import { Metric } from "@effect/core/io/Metrics/definition"; /** * A gauge, which can be set to a value. * @tsplus static effect/core/io/Metrics/Metric.Ops gauge * @tsplus location "@effect/core/io/Metrics/operations/gauge" */ export declare function gauge(name: string): Metric.Gauge; //# sourceMappingURL=gauge.d.ts.map