import { ILookup } from './ILookup';
export interface IGroup<TKey, TValue> extends ILookup<TKey, TValue> {
}
