/** JSON 解析,出错时不会抛出错误而是返回 null 对象 */ export declare function jsonParse(json: string): any; //# sourceMappingURL=jsonParse.d.ts.map