declare const ArrayPrototypeLastIndexOf: (t: T[], searchElement: T, fromIndex?: number) => number; export = ArrayPrototypeLastIndexOf;