/** * For all keys of an type , reassign the type of each key

*/ export declare type KeyOfToType = { [K in keyof T]: P; };