import { Stream } from "@effect/core/stream/Stream/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Submerges the chunks carried by this stream into the stream's structure, * while still preserving them. * @tsplus static effect/core/stream/Stream.Ops flattenChunks * @tsplus getter effect/core/stream/Stream flattenChunks * @tsplus location "@effect/core/stream/Stream/operations/flattenChunks" */ export declare function flattenChunks(self: Stream>): Stream; //# sourceMappingURL=flattenChunks.d.ts.map