declare const getFirstAndLast: (array: T[]) => [T, T]; declare const reverse: (array: T[]) => T[]; export { getFirstAndLast, reverse };