import { FunctionReturning } from "./internal"; export declare const reduceObject: (iterable: T, iteratee: FunctionReturning, initialValue: V) => V;