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 input evaluates to true. * @tsplus static effect/core/io/Schedule.Aspects whileInput * @tsplus pipeable effect/core/io/Schedule whileInput * @tsplus location "@effect/core/io/Schedule/operations/whileInput" */ export declare function whileInput(f: Predicate): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=whileInput.d.ts.map