export declare class Random { static getRandomItem(array: T[]): T | undefined; }