export declare const getRandomItem: <T>(items: T[]) => T;
