import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects foldChannel * @tsplus pipeable effect/core/stream/Channel foldChannel * @tsplus location "@effect/core/stream/Channel/operations/foldChannel" */ export declare function foldChannel(onErr: (oErr: OutErr) => Channel, onSucc: (oErr: OutDone) => Channel): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=foldChannel.d.ts.map