export declare const lastIndexOf: (fromIndex: number | undefined) => <T>(searchElement: T) => (array: readonly T[]) => number;
