/** @type {typeof globalThis.ReadableStream} */ export const ReadableStream: typeof globalThis.ReadableStream; import { TextEncoder } from "web-encoding"; import { TextDecoder } from "web-encoding"; export { TextEncoder, TextDecoder }; //# sourceMappingURL=package.d.ts.map