import { FunctionReturning } from "./internal"; export declare const maxBy: (iterable: T[], iteratee: FunctionReturning) => T;