export default function groupBy(array: any[], fn: (param: any) => any): any;