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