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