/** @tossdocs-ignore */ /** * @deprecated This feature is now available in the es-toolkit package. */ export declare function mapValues, U>(value: T, mapper: (value: T[Exclude]) => U): { [K in Exclude]: U; };