export function compress(data: Uint8Array, level?: number): Promise; export function decompress(data: Uint8Array): Promise;