import { Currency, Token } from "@uniswap/sdk-core"; export declare function useAllCurrencyCombinations( currencyA?: Currency, currencyB?: Currency ): [Token, Token][];