declare const ERRCODE: { UserRejected: number; UnrecognizedChain2: number; UnrecognizedChain: number; }; declare const ERROR_MESSAGE: { MetaMask: string; xDeFi: string; Keplr: string; }; export { ERRCODE, ERROR_MESSAGE };