import { t as CastToString } from "./CastToString-njj4K8EX.cjs"; //#region src/functions/mapKeys/mapKeys.d.ts /** * Returns a new object with the same values as the given object, but with each key mapped to a new key as returned by the given mapper function. * @param object The object to map the keys of. * @param mapperFunction The function to map the keys with. * @returns A new object with the mapped keys. */ declare function mapKeys(object: T, mapperFunction: (key: CastToString, value: T[keyof T], object: T) => K): Record; //#endregion export { mapKeys as t }; //# sourceMappingURL=mapKeys-CN3QcdS6.d.cts.map