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