import { Percent } from "@uniswap/sdk-core"; /** * Given the price impact, get user confirmation. * * @param priceImpactWithoutFee price impact of the trade without the fee. */ export default function confirmPriceImpactWithoutFee( priceImpactWithoutFee: Percent ): boolean;