import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an effect producing a value of type `A` which repeats forever. */ export declare function repeatEffect(fa: T.Effect): C.Stream; //# sourceMappingURL=repeatEffect.d.ts.map