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