export function sortPriority(arr: Array<{ priority: number; }>): Array<{ priority: number; }>;