import { Currency, Token } from '@pancakeswap/sdk'; export declare const getCheckAgainstBaseTokens: ((currencyA?: Currency, currencyB?: Currency) => Promise) & { cache: Map>; }; export declare const getPairCombinations: ((currencyA?: Currency, currencyB?: Currency) => Promise<[Currency, Currency][]>) & { cache: Map>; }; //# sourceMappingURL=getPairCombinations.d.ts.map