import * as T from "../../../../Effect/index.js"; import type * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an effect producing values of type `A` until it fails with None. */ export declare function repeatEffectOption(fa: T.Effect, A>): C.Stream; //# sourceMappingURL=repeatEffectOption.d.ts.map