import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that recurs for until the predicate evaluates to true. * @tsplus static effect/core/io/Schedule.Ops recurUntil * @tsplus location "@effect/core/io/Schedule/operations/recurUntil" */ export declare function recurUntil(f: Predicate): Schedule; //# sourceMappingURL=recurUntil.d.ts.map