import { Effect } from "@effect/core/io/Effect/definition"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that maps the output of this schedule through the * specified effectful function. * @tsplus static effect/core/io/Schedule.Aspects mapEffect * @tsplus pipeable effect/core/io/Schedule mapEffect * @tsplus location "@effect/core/io/Schedule/operations/mapEffect" */ export declare function mapEffect(f: (out: Out) => Effect): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=mapEffect.d.ts.map