import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as T from "../../../../Effect/index.js"; import * as C from "../core.js"; /** * Effectfully transforms the chunks emitted by this stream. */ export declare function mapChunksEffect_(self: C.Stream, f: (c: CK.Chunk) => T.Effect>): C.Stream; /** * Effectfully transforms the chunks emitted by this stream. * * @ets_data_first mapChunksEffect_ */ export declare function mapChunksEffect(f: (c: CK.Chunk) => T.Effect>): (self: C.Stream) => C.Stream; //# sourceMappingURL=mapChunksEffect.d.ts.map