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