/**
 * 请求接口拦截
 */
export declare const requestReport: (callback: (data: any) => void) => void;
