export declare const isCompressionSupported: () => Promise; export declare const compressAsync: (data: Uint8Array) => Promise | Blob>;