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