import { Stream } from "@effect/core/stream/Stream/definition"; /** * @tsplus getter effect/core/stream/Stream utf8Decode * @tsplus location "@effect/core/stream/Stream/operations/utf8Decode" */ export declare function utf8Decode(self: Stream): Stream; //# sourceMappingURL=utf8Decode.d.ts.map