import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Resets the schedule when the specified predicate on the schedule output * evaluates to true. * @tsplus static effect/core/io/Schedule.Aspects resetWhen * @tsplus pipeable effect/core/io/Schedule resetWhen * @tsplus location "@effect/core/io/Schedule/operations/resetWhen" */ export declare function resetWhen(f: Predicate): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=resetWhen.d.ts.map