/**
 * @module helper.array
 */
export declare function randomSort<T>(source: T[]): T[];
