import { Effect } from "@effect/core/io/Effect/definition"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that contramaps the input and maps the output. * @tsplus static effect/core/io/Schedule.Aspects dimapEffect * @tsplus pipeable effect/core/io/Schedule dimapEffect * @tsplus location "@effect/core/io/Schedule/operations/dimapEffect" */ export declare function dimapEffect(f: (in2: In2) => Effect, g: (out: Out) => Effect): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=dimapEffect.d.ts.map