/**
 * All primitive types
 */
export declare type Primitive = boolean | string | number | bigint | symbol | undefined | null;
