import type { Amount, Type as Currency } from '@crypto-dex-sdk/currency'; import type { Trade } from './Trade'; interface InputOutput { readonly inputAmount: Amount; readonly outputAmount: Amount; } export declare function inputOutputComparator(a: InputOutput, b: InputOutput): number; export declare function tradeComparator(a: Trade, b: Trade): number; export {}; //# sourceMappingURL=tradeComparator.d.ts.map