import { FeeValue } from '@imtbl/orderbook'; import { OrderFee } from '../../types/fees'; export declare const MAX_FEE_PERCENTAGE_DECIMAL = 1; export declare const MAX_FEE_DECIMAL_PLACES = 6; export declare const calculateFees: (orderFees: Array, weiAmount: string, decimals?: number, tokenQuantity?: bigint) => Array;