import * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as C from "../core.js"; /** * Concatenates all of the streams in the chunk to one stream. */ export declare function concatAll(streams: CK.Chunk>): C.Stream; //# sourceMappingURL=concatAll.d.ts.map