/** * The native primitive objects except null or undefined */ export declare type Primitive = string | boolean | number | symbol;