import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a combined string resulting from concatenating each of the values * from the stream. * @tsplus getter effect/core/stream/Stream mkString * @tsplus location "@effect/core/stream/Stream/operations/mkString" */ export declare function mkString(self: Stream): Effect; //# sourceMappingURL=mkString.d.ts.map