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