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