/** * reverse an array without mutating the original one */ declare const _default: (arr: T) => T; export default _default;