declare const ArrayPrototypeAt: (t: T[], index: number) => T; export = ArrayPrototypeAt;