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