export declare function chunkBy(iterable: Iterable, predicate: (element: T, index: number) => unknown): IterableIterator;