import type * as M from "../../../../Managed/index.js"; import * as C from "../core.js"; export declare function managed_(m: M.Managed, use: (a: A) => C.Channel): C.Channel; /** * @ets_data_first managed_ */ export declare function managed(use: (a: A) => C.Channel): (m: M.Managed) => C.Channel; //# sourceMappingURL=managed.d.ts.map