import { Stream } from "@effect/core/stream/Stream/definition"; /** * Determines the right encoder to use based on the Byte Order Mark (BOM). If it * doesn't detect one, it defaults to utf8Decode. * @tsplus getter effect/core/stream/Stream utfDecode * @tsplus location "@effect/core/stream/Stream/operations/utfDecode" */ export declare function utfDecode(self: Stream): Stream; //# sourceMappingURL=utfDecode.d.ts.map