import random = require('./random');

declare function randomItem(arr: any[]): any;

export = randomItem;
