export declare const getRandomIndex: <T extends any>(arr: T[]) => T;
