import { Enumerable } from './enumerable'; export declare class Grouping extends Enumerable { get key(): TKey; toString(): string; }