/** * 数组打乱 * @param array 任意数组 * @returns any[] 打乱后的数组 */ export declare function shuffle(array: any[]): any[];