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