export declare type Keys = keyof O; export declare type Partial = { [P in keyof T]?: T[P]; };