import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that outputs the number of repetitions of this one. * @tsplus getter effect/core/io/Schedule repetitions * @tsplus location "@effect/core/io/Schedule/operations/repetitions" */ export declare function repetitions(self: Schedule): Schedule; //# sourceMappingURL=repetitions.d.ts.map