import { Currency, CurrencyAmount } from '@uniswap/sdk-core'; export declare function toHex(currencyAmount: CurrencyAmount): string;