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