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