import { Schedule } from "@effect/core/io/Schedule/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Schedules the output of the stream using the provided `schedule`. * @tsplus static effect/core/stream/Stream.Aspects schedule * @tsplus pipeable effect/core/stream/Stream schedule * @tsplus location "@effect/core/stream/Stream/operations/schedule" */ export declare function schedule(schedule: Schedule): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=schedule.d.ts.map