import { Metric } from "@effect/core/io/Metrics/definition"; /** * Returns a new metric that is powered by this one, but which accepts updates * of the specified new type, which must be transformable to the input type of * this metric. * @tsplus static effect/core/io/Metrics/Metric.Aspects contramap * @tsplus pipeable effect/core/io/Metrics/Metric contramap * @tsplus location "@effect/core/io/Metrics/operations/contramap" */ export declare function contramap(f: (input: In2) => In): (self: import("../definition").Metric) => import("../definition").Metric; //# sourceMappingURL=contramap.d.ts.map