import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import * as CH from "../../Channel/index.js"; import * as C from "../core.js"; /** * Loops over the stream chunks concatenating the result of f */ export declare function loopOnChunks_(self: C.Stream, f: (a: CK.Chunk) => CH.Channel, unknown, E | E1, CK.Chunk, boolean>): C.Stream; /** * Loops over the stream chunks concatenating the result of f * * @ets_data_first loopOnChunks_ */ export declare function loopOnChunks(f: (a: CK.Chunk) => CH.Channel, unknown, E | E1, CK.Chunk, boolean>): (self: C.Stream) => C.Stream; //# sourceMappingURL=loopOnChunks.d.ts.map