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