import * as C from "../core.js"; /** * Maps the output of this channel using f */ export declare function mapOut_(self: C.Channel, f: (o: OutElem) => OutElem2): C.Channel; /** * Maps the output of this channel using f * * @ets_data_first mapOut_ */ export declare function mapOut(f: (o: OutElem) => OutElem2): (self: C.Channel) => C.Channel; //# sourceMappingURL=mapOut.d.ts.map