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