export declare function map(iter: Iterator, f: (value: T) => U): IterableIterator;