import * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import * as T from "../../../../Effect/index.js"; import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Creates a stream by effectfully peeling off the "layers" of a value of type `S` */ export declare function unfoldEffect(s: S, f: (s: S) => T.Effect>>): C.Stream; //# sourceMappingURL=unfoldEffect.d.ts.map