declare function selectByPriority(results: { index: number; result: T; }[]): { index: number; result: T; }; export { selectByPriority };