import Big from 'big.js'; /** * Get the bridge fee depending on the selected chain and asset * @param amount */ declare function useMinimumTransferAmount(amount: Big): Big; export { useMinimumTransferAmount };