declare const groupBy: (namer: Function, list: any[]) => Object; export default groupBy;