export declare function mapValues(obj: { [key: string]: any; }, fn: () => void): void;