import { EthereumRpcMap } from '@walletconnect/ethereum-provider/dist/types/EthereumProvider';
export declare const RONIN_WALLET_RDNS = "com.roninchain.wallet";
export declare const DEFAULT_DELAY_TIME = 700;
export declare const WAYPOINT_ORIGIN_STAGING = "https://id.skymavis.one";
export declare const WC_SUPPORTED_CHAIN_IDS: ArrayOneOrMore<number>;
export declare const WC_RPC_MAP: EthereumRpcMap;
export declare const WC_CAIP_CHAIN = "eip155";
export declare const WC_SUPPORTED_METHODS: string[];
export declare const WC_SUPPORTED_OPTIONAL_METHODS: string[];
export declare type ArrayOneOrMore<T> = {
    0: T;
} & Array<T>;
//# sourceMappingURL=constant.d.ts.map