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