import { ActionErrorCode } from 'connect-did-sdk'; declare const errno: { success: number; networkError: number; failedToInitializeWallet: number; getProviderError: number; metaMaskUserDeniedMessageSignature: number; metaMaskWalletRequestPermissions: number; metaMaskUserRejectedAccountAccess: number; metaMaskReplacementTransactionUnderpriced: string; metaMaskTransactionHasBeenAborted: string; walletConnectUserRejectedTheTransaction: string; walletConnectInsufficientFundsForTransfer: string; walletConnectConnectionRequestReset: string; tronLinkConfirmationDeclinedByUser: string; tronLinkInsufficientBalance: string; tronLinkTypeErrorAddUpdateDataNotFunction: string; tronLinkAuthorizationRequestsAreBeingProcessed: number; imTokenUserCanceled: string; coinbaseWalletUsingMultipleWallet: string; portalWalletInsufficientBalance: string; portalWalletValidationFailure: string; torusUserCancelledLogin: string; torusUserClosedPopup: string; connectDidSdkAbort: ActionErrorCode; connectDidSdkNotFound: ActionErrorCode; connectDidSdkNotExist: ActionErrorCode; connectDidSdkError: ActionErrorCode; connectDidSdkSuccess: ActionErrorCode; }; export declare enum TronLinkRequestAccountsResponseCode { ok = 200, inQueue = 4000, userRejected = 4001 } export default errno;