import { Selector } from '../../Types'; export default function max(iterable: Iterable, selector: Selector): number;