export declare function toMap(source: AsyncIterable, keySelector: (item: TSource) => TKey | Promise): Promise>; export declare function toMap(source: AsyncIterable, keySelector: (item: TSource) => TKey | Promise, elementSelector?: (item: TSource) => TElement | Promise): Promise>;