export declare function iteratorFlatMap(iterator: Iterable, mapping: (t: T) => Iterable): Generator;