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