/** Creates a new array which is a shuffled version of the input array. */ export declare function shuffleArray(input: ReadonlyArray): Array;