/** * string对象转换json格式 * @param target string * @returns object | null */ export declare const jsonParse: (target: string) => any;