/** * Shuffle array (Fisher-Yates shuffle). */ export declare function ShuffleArray($arr: T[]): void;