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