import * as CK from "../../../Collections/Immutable/Chunk/index.js"; import type { Predicate } from "../../../Function/index.js"; import type * as C from "./core.js"; /** * Accumulates incoming elements into a chunk as long as they verify predicate `p`. */ export declare function collectAllWhile(p: Predicate): C.Sink>; //# sourceMappingURL=collectAllWhile.d.ts.map