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 dimap * @tsplus pipeable effect/core/io/Schedule dimap * @tsplus location "@effect/core/io/Schedule/operations/dimap" */ export declare function dimap(f: (in2: In2) => In, g: (out: Out) => Out2): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=dimap.d.ts.map