import type * as C from "../core.js"; /** * Flattens this stream-of-streams into a stream made of the concatenation in * strict order of all the streams. */ export declare function flatten(self: C.Stream>): C.Stream; //# sourceMappingURL=flatten.d.ts.map