export declare const unGzipBase64AsJson: (gzipBase64: string) => Promise<any>;
