import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that continues for as long the specified predicate * on the output evaluates to true. * @tsplus static effect/core/io/Schedule.Aspects whileOutput * @tsplus pipeable effect/core/io/Schedule whileOutput * @tsplus location "@effect/core/io/Schedule/operations/whileOutput" */ export declare function whileOutput(f: Predicate): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=whileOutput.d.ts.map