export declare type RecursivePartial = { [P in keyof T]?: RecursivePartial; }; //# sourceMappingURL=partial.d.ts.map