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