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