import type * as CL from "../../../../Clock/index.js"; import type * as SC from "../../../../Schedule/index.js"; import type * as C from "../core.js"; /** * Repeats the entire stream using the specified schedule. The stream will execute normally, * and then repeat again according to the provided schedule. */ export declare function repeatSchedule_(self: C.Stream, schedule: SC.Schedule): C.Stream; /** * Repeats the entire stream using the specified schedule. The stream will execute normally, * and then repeat again according to the provided schedule. * * @ets_data_first repeat_ */ export declare function repeatSchedule(schedule: SC.Schedule): (self: C.Stream) => C.Stream; //# sourceMappingURL=repeatSchedule.d.ts.map