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