export declare const toMapAsync: (source: AsyncIterable, selector: (x: V) => Promise) => Promise>;