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