declare function shuffle(arr: any[]): any[];

export = shuffle;
