import type * as CL from "../../../../Clock/index.js"; import type * as SC from "../../../../Schedule/index.js"; import type * as C from "../core.js"; /** * Schedules the output of the stream using the provided `schedule`. */ export declare function schedule_(self: C.Stream, schedule: SC.Schedule): C.Stream; /** * Schedules the output of the stream using the provided `schedule`. * * @ets_data_first schedule_ */ export declare function schedule(schedule: SC.Schedule): (self: C.Stream) => C.Stream; //# sourceMappingURL=schedule.d.ts.map