import { Schedule } from "@effect/core/io/Schedule/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a new schedule that loops this one continuously, resetting the * state when this schedule is done. * @tsplus getter effect/core/io/Schedule forever * @tsplus location "@effect/core/io/Schedule/operations/forever" */ export declare function forever(self: Schedule): Schedule; //# sourceMappingURL=forever.d.ts.map