export declare const averageAsync: (source: AsyncIterable, selector: (x: TSource) => Promise) => Promise;