export type Primitive = string | number | bigint | boolean | symbol | null | undefined;