export declare function mapValues(object: Record, iteratee: (value: Input) => Output): Record;