declare const nth: (array: T[], index: number) => T; export default nth;