import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a stream from an effect producing a value of type `A` which repeats * forever. * @tsplus static effect/core/stream/Stream.Ops repeatEffect * @tsplus location "@effect/core/stream/Stream/operations/repeatEffect" */ export declare function repeatEffect(effect: Effect): Stream; //# sourceMappingURL=repeatEffect.d.ts.map