import type { Amount, Currency } from '@crypto-dex-sdk/currency'; import type { JSBI, Percent } from '@crypto-dex-sdk/math'; export declare function calculateSlippageAmount(value: Amount, slippage: Percent): [JSBI, JSBI]; //# sourceMappingURL=functions.d.ts.map