export declare function gzip_compress(data: Uint8Array): Uint8Array; export declare function gzip_decompress(data: Uint8Array): Uint8Array;