import Big from 'big.js'; declare function formatTokenAmount(amount: Big, denomination?: number): string; export { formatTokenAmount };