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