import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Loops on chunks elements emitting partially */ export declare function loopOnPartialChunksElements_(self: C.Stream, f: (a: A, emit: (a: A1) => T.UIO) => T.Effect): C.Stream; /** * Loops on chunks elements emitting partially * * @ets_data_first loopOnPartialChunksElements_ */ export declare function loopOnPartialChunksElements(f: (a: A, emit: (a: A1) => T.UIO) => T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=loopOnPartialChunksElements.d.ts.map