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