import type * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Creates a stream produced from a managed */ export declare function unwrapManaged(self: M.Managed>): C.Stream; //# sourceMappingURL=unwrapManaged.d.ts.map