import { Effect } from "@effect/core/io/Effect/definition"; 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 contramapEffect * @tsplus pipeable effect/core/io/Schedule contramapEffect * @tsplus location "@effect/core/io/Schedule/operations/contramapEffect" */ export declare function contramapEffect(f: (in2: In2) => Effect): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=contramapEffect.d.ts.map