import * as CK from "../../../Collections/Immutable/Chunk/index.js"; import * as C from "./core.js"; /** * A sink that collects all of its inputs into a chunk. */ export declare function collectAll(): C.Sink>; //# sourceMappingURL=collectAll.d.ts.map