declare const ArrayPrototypeEntries: (t: T[]) => IterableIterator<[number, T]>; export = ArrayPrototypeEntries;