import type * as T from "../../../../Effect/index.js"; import * as C from "../core.js"; /** * Makes a channel from an effect that returns a channel in case of success */ export declare function unwrap(self: T.Effect>): C.Channel; //# sourceMappingURL=unwrap.d.ts.map