import { utils } from 'ethers'; export declare type TokenDetails = { address: string; symbol: string; name: string; }; export declare type TokenDetailsWithBalance = TokenDetails & { balance: utils.BigNumber; }; //# sourceMappingURL=TokenData.d.ts.map