export declare const PERCENTAGE_DECIMAL_PLACES_MULTIPLIER = 10000; export declare const MINIMUM_BASE_PRICE_ERROR_MESSAGE = "Cannot calculate fee breakdown (with percentages to 2 decimal places) for base price lower than BigNumber of 10000"; export declare const FEE_DECIMAL_PLACES_ERROR_MESSAGE = "Fees can only be specified to 2 decimal places"; export declare const PRICE_WITH_FEES_TOO_SMALL_ERROR_MESSAGE = "priceWithFees is too small to support supplied fee percentages"; export declare const MINIMUM_BASE_PRICE_VALUE = 10000;