import JSBI from 'jsbi'; import { Fraction } from '../fraction'; /** calculates fee amount given a fee fraction, returning one when fee is set but amount is zero */ export declare function calculateFeeAmount(amount: JSBI, fee: Fraction): JSBI;