export declare const mapValuesKey: , R extends Record>(key: VK, obj: R) => { [K in keyof R]: R[K][VK]; }; //# sourceMappingURL=mapValuesKey.d.ts.map