import type { PairType, SortArgsType } from '../types';
export default function (pairs: PairType[], sortArgs: SortArgsType): PairType[];
