import * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Runs a channel until the end is received */ export declare function runManaged(self: C.Channel): M.Managed; //# sourceMappingURL=runManaged.d.ts.map