/**
 * 判断字符串是否是 json 字符串
 * @param str 字符串
 */
export declare function isJSON(str: any): boolean;
