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