import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Reads an input and continue exposing both error and completion. * @tsplus static effect/core/stream/Channel.Ops readWith * @tsplus location "@effect/core/stream/Channel/operations/readWith" */ export declare function readWith(input: (i: InElem) => Channel, error: (e: InErr) => Channel, done: (d: InDone) => Channel): Channel; //# sourceMappingURL=readWith.d.ts.map