export declare function compressObjectWithPako(jsonObject: Record): string; export declare function decompressStringWithPako(compressedString: string): T | null; //# sourceMappingURL=saveStringUtil.d.ts.map