import { Stream } from "@effect/core/stream/Stream/definition"; /** * Flattens this stream-of-streams into a stream made of the concatenation in * strict order of all the streams. * @tsplus getter effect/core/stream/Stream flatten * @tsplus location "@effect/core/stream/Stream/operations/flatten" */ export declare function flatten(self: Stream>): Stream; //# sourceMappingURL=flatten.d.ts.map