export declare const isGzipSupported: () => boolean; export declare function compressGzip(data: string): Promise;