import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that recurs for until the input value becomes applicable to * partial function and then map that value with given function. * @tsplus static effect/core/io/Schedule.Ops recurUntilMaybe * @tsplus location "@effect/core/io/Schedule/operations/recurUntilMaybe" */ export declare function recurUntilMaybe(pf: (a: A) => Maybe): Schedule>; //# sourceMappingURL=recurUntilMaybe.d.ts.map