declare const formatBalance: (balance: string | bigint, decimals?: number) => string; export default formatBalance;