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(self: C.Stream>): C.Stream; //# sourceMappingURL=flattenIterables.d.ts.map