import { Dict } from '../types/Dict'; export declare function mapValues, S>(obj: T, map: (elem: T[K], key: K) => S): Dict;