import BigNumber from 'bignumber.js';
export interface MinMaxAmounts {
    minAmount: BigNumber;
    maxAmount: BigNumber;
}
