export declare const shuffleArray: <T>(arr: T[]) => T[];
export declare const uniqueArray: <T>(arr: T[]) => T[];
