import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that always recurs, producing a count of repeats: 0, 1, 2. * @tsplus static effect/core/io/Schedule.Ops repeatForever * @tsplus location "@effect/core/io/Schedule/operations/repeatForever" */ export declare const repeatForever: Schedule; //# sourceMappingURL=repeatForever.d.ts.map