import WrapperIterable from './WrapperIterable'; export default class GroupedIterable extends WrapperIterable { private _key; readonly key: TKey; constructor(key: TKey, it: Iterable); }