import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; export declare function utfDecodeDetectingBom(bomSize: number, processBom: (bom: Chunk) => readonly [Chunk, (stream: Stream) => Stream]): (stream: Stream) => Stream; //# sourceMappingURL=utfDecodeDetectingBom.d.ts.map