export declare const mapObject: (o: T, fn: (value: T[keyof T], prop: keyof T, acc: T, target: T) => T[keyof T]) => T;