/** * Remove keys with `never` value from object type * */ export declare type NonNever = Pick;