/** * Fisher-Yates shuffle algorithm */ export declare function shuffle(a: any[]): any[];