import type * as C from "../core.js";
/**
 * Submerges the iterables carried by this stream into the stream's structure, while
 * still preserving them.
 */
export declare function flattenIterables<R, E, A>(self: C.Stream<R, E, Iterable<A>>): C.Stream<R, E, A>;
//# sourceMappingURL=flattenIterables.d.ts.map