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"; /** * Effectfully maps each element to a chunk, and flattens the chunks into * the output of this stream. */ export declare function mapConcatChunkEffect_(self: C.Stream, f: (a: A) => T.Effect>): C.Stream; /** * Effectfully maps each element to a chunk, and flattens the chunks into * the output of this stream. * * @ets_data_first mapConcatChunkEffect_ */ export declare function mapConcatChunkEffect(f: (a: A) => T.Effect>): (self: C.Stream) => C.Stream; //# sourceMappingURL=mapConcatChunkEffect.d.ts.map