import type { ErrorMessageMode, ErrorModalType } from '../../../typesaxios'; export declare function checkStatus(status: number, msg: string, errorMessageMode?: ErrorMessageMode, errorModalType?: ErrorModalType, needAuthCallBack?: (result: any) => void, customModalCallBack?: (result: any) => void): void;