/**
 * Bucket the array values.
 */
declare function groupBy(arr: any, categorize: any, thisObj?: any): {};
export default groupBy;
