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