import type * as CK from "../../../Collections/Immutable/Chunk/core.js"; import type * as T from "../../../Effect/index.js"; import type * as C from "./core.js"; /** * A sink that executes the provided effectful function for every chunk fed to it. */ export declare function forEachChunk(f: (c: CK.Chunk) => T.Effect): C.Sink; //# sourceMappingURL=forEachChunk.d.ts.map