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