/**
 * 是 JSON 字符串
 * @param str
 */
export declare function IsJsonString(str: string): boolean;
