export function sort(entries: any, biasRight: any): {
    vs: any[];
};
