import type * as CL from "../../../../Clock/index.js"; import * as E from "../../../../Either/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` and emits its output at * the end (if `schedule` is finite). */ export declare function scheduleEither_(self: C.Stream, schedule: SC.Schedule): C.Stream>; /** * Schedules the output of the stream using the provided `schedule` and emits its output at * the end (if `schedule` is finite). * * @ets_data_first scheduleEither_ */ export declare function scheduleEither(schedule: SC.Schedule): (self: C.Stream) => C.Stream>; //# sourceMappingURL=scheduleEither.d.ts.map