export declare function uniqBy(iterable: Iterable, fn: (element: T, index: number) => U): IterableIterator;