export declare const maxBy: (source: Iterable, selector: (x: TSource) => number) => TSource;