import type * as T from "../../../../Effect/index.js"; import * as C from "../core.js"; export declare function mapOutEffect_(self: C.Channel, f: (o: OutElem) => T.Effect): C.Channel; /** * @ets_data_first mapOutEffect_ */ export declare function mapOutEffect(f: (o: OutElem) => T.Effect): (self: C.Channel) => C.Channel; //# sourceMappingURL=mapOutEffect.d.ts.map