/**
 * Pick random item from the received array
 *
 * @private internal helper function
 */
export declare function $randomItem<TItem>(...items: Array<TItem>): TItem;
