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