export declare type RecursivePartial = { [P in keyof T]?: RecursivePartial; };