export function map<A, B>(fn: Fn<A, B>, src: Iterable<A>): IterableIterator<B>;