declare const msgs: { forbiddenMsg: string; tokenInvalidMsg: string; timeoutMsg: string; errorMsg: string; networkErrorMsg: string; }; declare function handleNoCommonError(err: any, config?: any): false | undefined; export { handleNoCommonError, msgs };