/**
 * 页面报错异常监听
 */
export declare const errorReport: (callback: (data: any) => void) => void;
export declare const rejectReport: (callback: (data: any) => void) => void;
