declare const ZSTD: { loadWASM: () => Promise; decompress: (data: Uint8Array, size?: number | undefined) => Uint8Array; }; export default ZSTD;