export declare function mapKeys(this: T, fn: (key: U, value: T[U], object: T) => V): { [key: string]: T[U]; };