export declare function formatBytes(a: any, b?: number): string;
export declare const gzip: (input: any, options?: any) => Promise<unknown>;
export declare const ungzip: (input: any, options?: any) => Promise<unknown>;
