export declare const randomItem: <T>(array: T[]) => T;
export declare const nextItem: <T>(array: T[], currentItem: T) => T;
