import { Metric } from "@effect/core/io/Metrics/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Updates the metric with the specified update message. For example, if the * metric were a counter, the update would increment the method by the * provided amount. * @tsplus static effect/core/io/Metrics/Metric.Aspects update * @tsplus pipeable effect/core/io/Metrics/Metric update * @tsplus location "@effect/core/io/Metrics/operations/update" */ export declare function update(input: In): (self: import("../definition").Metric) => Effect; //# sourceMappingURL=update.d.ts.map