import { Currency } from '@uniswap/sdk-core';
export declare function sortsBefore(currencyA: Currency, currencyB: Currency): boolean;
