import { JSBI } from "../../libs/uniswap";
export declare const calculateSlippageAmount: (value: JSBI, slippage: number) => JSBI[];
