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