import { deflateSync, gunzipSync, gzipSync, inflateSync } from 'zlib'; export declare const gzip: (buf: Uint8Array) => Promise; export declare const ungzip: (buf: Uint8Array) => Promise; export declare const inflate: (buf: Uint8Array) => Promise; export declare const deflate: (buf: Uint8Array) => Promise; export { gzipSync, gunzipSync, inflateSync, deflateSync }; //# sourceMappingURL=index.d.ts.map