export declare const gzip: (data: Uint8Array) => Promise; export declare const ungzip: (data: Uint8Array) => Promise;