/** * * @param arr * @returns */ declare const shuffle: (arr: any[]) => any[]; export default shuffle;