import { Amount, Currency } from '../currency'; import { Percent } from '../math'; export declare function slippageAmount(value: Amount, slippage: Percent): [bigint, bigint];