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