import { Metric } from "@effect/core/io/Metrics/definition"; /** * Returns a new metric that is powered by this one, but which outputs a new * state type, determined by transforming the state type of this metric by the * specified function. * @tsplus static effect/core/io/Metrics/Metric map * @tsplus pipeable effect/core/io/Metrics/Metric map * @tsplus location "@effect/core/io/Metrics/operations/map" */ export declare function map(f: (out: Out) => Out2): (self: import("../definition").Metric) => import("../definition").Metric; //# sourceMappingURL=map.d.ts.map