import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Effectfully maps each element to an iterable, and flattens the iterables into * the output of this stream. */ export declare function mapConcatEffect_(self: C.Stream, f: (a: A) => T.Effect>): C.Stream; /** * Effectfully maps each element to an iterable, and flattens the iterables into * the output of this stream. * * @ets_data_first mapConcatEffect_ */ export declare function mapConcatEffect(f: (a: A) => T.Effect>): (self: C.Stream) => C.Stream; //# sourceMappingURL=mapConcatEffect.d.ts.map