/**
* Pick random item from the received array
*
* @private internal helper function
*/exportdeclarefunction $randomItem<TItem>(...items: Array<TItem>): TItem;
/**
* TODO: [🤶] Maybe export through `@promptbook/utils` or `@promptbook/random` package
*/