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