export declare function compareToken(a: {
    address: string;
}, b: {
    address: string;
}): -1 | 1;
export declare function sortedTokens(a: {
    address: string;
}, b: {
    address: string;
}): [typeof a, typeof b] | [typeof b, typeof a];
//# sourceMappingURL=tokenSort.d.ts.map