import { WalletInfo } from '../../types'; import { WalletType } from '../../constants'; import { IContract } from '@portkey/types'; export default function getContractBasicAsync(walletType: WalletType, wallet: WalletInfo, contractAddress: string): Promise;