export declare function tryParseJson(str: any): any;
export declare function tryJsonToString(str: any): string;
