/** 未捕获的异常错误码 */ export declare const UNCAUGHT_EXCEPTION = 100001; /** 未处理的异步错误码 */ export declare const UNHANDLED_REJECTION = 100002;