export declare type Omit = Pick>; export declare type ValueOf = T[keyof T];