export declare const isNode: boolean; export declare function getBlobClass(): Promise<{ new (blobParts?: BlobPart[] | undefined, options?: BlobPropertyBag | undefined): Blob; prototype: Blob; }>; export declare function getSystemEndianness(): 'LITTLE' | 'BIG';