export declare const ObjectUtils: { groupBy: (iterable: Iterable, cb: (item: T, index: number) => K) => Partial>; };