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