import * as C from "../core.js"; /** * Reads an input and continue exposing both error and completion */ export declare function readWith(inp: (i: InElem) => C.Channel, error: (e: InErr) => C.Channel, done: (d: InDone) => C.Channel): C.Channel; //# sourceMappingURL=readWith.d.ts.map