import * as CK from "../../../Collections/Immutable/Chunk/index.js"; import * as T from "../../../Effect/index.js"; import type * as C from "./core.js"; /** * Accumulates incoming elements into a chunk as long as they verify effectful predicate `p`. */ export declare function collectAllWhileEffect(p: (in_: In) => T.Effect): C.Sink>; //# sourceMappingURL=collectAllWhileEffect.d.ts.map