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