import { Schedule } from "@effect/core/io/Schedule/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Repeats the value using the provided schedule. * @tsplus static effect/core/stream/Stream.Ops repeatWithSchedule * @tsplus location "@effect/core/stream/Stream/operations/repeatWithSchedule" */ export declare function repeatWithSchedule(a: A, schedule: Schedule): Stream; //# sourceMappingURL=repeatWithSchedule.d.ts.map