/**
 * 全局异常信息拦截
 */
export declare class FastErrorHandler {
    /**
     * 初始化异常信息的拦截
     */
    static initErrorHandler(): void;
}
