import { Dictionary } from '../types'; export declare function groupBy(arr: T[], iteratee: (element: T) => string): Dictionary;