export declare function mapValues<T, U = T>(object: Record<string, T>, callback: (value: T) => U): Record<string, U>; //# sourceMappingURL=mapValues.d.ts.map