declare const baseSortedLastIndex: (collection: T[], element: T, fn?: any) => number; export default baseSortedLastIndex;