/**
 * Randomizes the placement of elements within an array, shuffling it.
 *
 * It mutates the input array!
 */
export declare function shuffleArray<T>(array: T[]): T[];
//# sourceMappingURL=shuffle-array.function.d.ts.map