import { Token, CurrencyAmount, Percent } from "@uniswap/sdk-core"; export declare function computeFiatValuePriceImpact(fiatValueInput: CurrencyAmount | undefined | null, fiatValueOutput: CurrencyAmount | undefined | null): Percent | undefined;