import { WalletService } from '../services/WalletService'; export declare const getValueInUsd: (tokenAddress: string, walletService: WalletService, value: string, round?: number) => Promise; //# sourceMappingURL=getValueInUsd.d.ts.map