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