declare const getIsUserVerified: (walletAddress: string, rpcUrl?: string) => Promise; export { getIsUserVerified };