export declare function isGzip(b: Buffer): boolean; export declare function gunzip(b: Buffer): Promise; declare const _default: { isGzip: typeof isGzip; gunzip: typeof gunzip; }; export default _default; //# sourceMappingURL=gzip.d.ts.map