export function init(): Promise; export function compress(data: Uint8Array): Uint8Array; export function decompress(data: Uint8Array): Uint8Array;