import BigNumber from 'bignumber.js'; import { Token } from '../utils/token'; /** * Get derived amount for a input token * @param shouldUseQuotePrice whether to use the quote price or the swap state price * @param stateAmount the amount in the swap state * @param quoteAmount the amount in the quote * @param inputToken the input token * @returns */ export declare const useDerivedAmount: (shouldUseQuotePrice: boolean, stateAmount: string, quoteAmount: string, inputToken?: Token) => [BigNumber, string]; //# sourceMappingURL=useSwapDerivedAmount.d.ts.map