import type * as C from "../core.js"; export declare function mergeOutWith_(self: C.Channel, OutDone1>, n: number, f: (o1: OutDone1, o2: OutDone1) => OutDone1): C.Channel; /** * @ets_data_first mergeOutWith_ */ export declare function mergeOutWith(n: number, f: (o1: OutDone1, o2: OutDone1) => OutDone1): (self: C.Channel, OutDone1>) => C.Channel; //# sourceMappingURL=mergeOutWith.d.ts.map