import { Effect } from "@effect/core/io/Effect/definition"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that effectfully folds over the outputs of this one. * @tsplus static effect/core/io/Schedule.Aspects foldEffect * @tsplus pipeable effect/core/io/Schedule foldEffect * @tsplus location "@effect/core/io/Schedule/operations/foldEffect" */ export declare function foldEffect(z: Z, f: (z: Z, out: Out) => Effect): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=foldEffect.d.ts.map