export declare function flattenBy(iterable: Iterable, predicate: (element: unknown, level: number) => unknown): IterableIterator;