export const Blob: { new (blobParts?: BlobPart[] | undefined, options?: BlobPropertyBag | undefined): Blob; prototype: Blob; }; export const ReadableStream: { new (underlyingSource?: UnderlyingSource | undefined, strategy?: QueuingStrategy | undefined): ReadableStream; prototype: ReadableStream; }; import { TextDecoder } from "web-encoding"; import { TextEncoder } from "web-encoding"; export { TextDecoder, TextEncoder }; //# sourceMappingURL=lib.d.ts.map