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