export declare function shuffleArray(_arreglo: T[]): T[]; export declare function flatArray(arreglo: T[][]): T[];