export declare type Omit = Pick>; export declare type PartialBy = Omit & Partial>; //# sourceMappingURL=types.d.ts.map