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<Err, A>(): C.Sink<unknown, Err, A, Err, never, CK.Chunk<A>>;
//# sourceMappingURL=collectAll.d.ts.map