export declare const __types = true; export type Omit = Pick>; export type DeepPartial = { [K in keyof T]?: DeepPartial; };