export const Blob: {
    new (blobParts?: BlobPart[] | undefined, options?: BlobPropertyBag | undefined): Blob;
    prototype: Blob;
};
export { TextEncoder, TextDecoder, ReadableStream } from "./package.js";
//# sourceMappingURL=lib.d.ts.map