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