import type { Address } from 'viem'; export declare const WALLET_IDS: { readonly WAYPOINT: "WAYPOINT"; readonly RONIN_WALLET: "RONIN_WALLET"; readonly RONIN_WALLET_INJECTED: "com.roninchain.wallet"; readonly WALLET_CONNECT: "walletConnect"; readonly SAFE: "safe"; readonly COINBASE_WALLET: "coinbaseWalletSDK"; readonly CUSTOM_RONIN_MOBILE_WALLET: "CUSTOM_RONIN_MOBILE_WALLET"; readonly CUSTOM_RONIN_IN_APP_WALLET: "CUSTOM_RONIN_IN_APP_WALLET"; }; export declare const RONIN_WALLET_WEB_LINK = "https://wallet.roninchain.com"; export declare const RONIN_WALLET_APP_DEEPLINK = "roninwallet://"; export declare const DELAY_CONNECT = 600; export declare const CONNECT_SUCCESS_DELAY = 1200; export declare const DIALOG_VISIBILITY_TRANSITION_DURATION = 150; export declare const DRAWER_VISIBILITY_TRANSITION_DURATION = 500; export declare const WALLET_ITEM_HEIGHT = 68; export declare const MAX_WALLET_ITEMS_PER_GROUP = 4; export declare const MOBILE_BREAKPOINT = 576; export declare const MAX_Z_INDEX = 2147483647; export declare const OVERLAY_Z_INDEX: number; export declare const CONTENT_Z_INDEX: number; export declare const ANALYTIC_PUBLIC_KEY = "34cb0c94-cace-4e79-b708-96112181ddbb"; export declare const RNS_PUBLIC_RESOLVER_ADDRESS: Record; export declare const RNS_UNIFIED_ADDRESS: Record; export declare const RNS_NAME_ABI: readonly [{ readonly inputs: readonly [{ readonly internalType: "bytes32"; readonly name: "node"; readonly type: "bytes32"; }]; readonly name: "name"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: ""; readonly type: "string"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; export declare const RNS_OWNER_OF_ABI: readonly [{ readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "tokenId"; readonly type: "uint256"; }]; readonly name: "ownerOf"; readonly outputs: readonly [{ readonly internalType: "address"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; export declare const WAYPOINT_ORIGINS: string[]; export declare const WAYPOINT_BASE_URL = "https://dj.gateway.roninchain.com/waypoint-api/v1/rpc/public";