import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as T from "../../../../Effect/index.js"; import type * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Like `Stream#forEachChunk`, but returns a `Managed` so the finalization order * can be controlled. */ export declare function runForEachChunkManaged_(self: C.Stream, f: (c: CK.Chunk) => T.Effect): M.Managed; /** * Like `Stream#forEachChunk`, but returns a `Managed` so the finalization order * can be controlled. */ export declare function runForEachChunkManaged(f: (c: CK.Chunk) => T.Effect): (self: C.Stream) => M.Managed; //# sourceMappingURL=runForEachChunkManaged.d.ts.map