import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Creates a stream produced from an effect */ export declare function unwrap(self: T.Effect>): C.Stream; //# sourceMappingURL=unwrap.d.ts.map