import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that deals with a narrower class of inputs than this * schedule. * @tsplus static effect/core/io/Schedule.Aspects contramap * @tsplus pipeable effect/core/io/Schedule contramap * @tsplus location "@effect/core/io/Schedule/operations/contramap" */ export declare function contramap(f: (in2: In2) => In): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=contramap.d.ts.map