/**
 * @public
 */
export declare function map<T, U>(it: AsyncIterableIterator<T>, project: (value: T) => U): AsyncIterableIterator<U>;
//# sourceMappingURL=map.d.ts.map