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