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