export declare const randomItem: (array: Array<any>) => any;
export declare const nextItem: (array: Array<any>, currentItem: any) => any;
