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