import * as C from "../core.js"; export declare function foldChannel_(self: C.Channel, onErr: (oErr: OutErr) => C.Channel, onSucc: (oErr: OutDone) => C.Channel): C.Channel; /** * @ets_data_first foldChannel_ */ export declare function foldChannel(onErr: (oErr: OutErr) => C.Channel, onSucc: (oErr: OutDone) => C.Channel): (self: C.Channel) => C.Channel; //# sourceMappingURL=foldChannel.d.ts.map