import type * as CK from "../../../Collections/Immutable/Chunk/index.js"; import type * as T from "../../../Effect/index.js"; import type * as C from "./core.js"; /** * A sink that effectfully folds its input chunks with the provided function and initial state. * `f` must preserve chunking-invariance. */ export declare function foldLeftChunksEffect(z: S, f: (s: S, chunk: CK.Chunk) => T.Effect): C.Sink; //# sourceMappingURL=foldLeftChunksEffect.d.ts.map