import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Metric } from "@effect/core/io/Metrics/definition"; /** * Returns a new metric that is powered by this one, but which accepts updates * of any type, and translates them to updates with the specified constant * update value. * @tsplus static effect/core/io/Metrics/Metric.Aspects fromConst * @tsplus pipeable effect/core/io/Metrics/Metric fromConst * @tsplus location "@effect/core/io/Metrics/operations/fromConst" */ export declare function fromConst(input: LazyArg): (self: import("../definition").Metric) => import("../definition").Metric; //# sourceMappingURL=fromConst.d.ts.map