export type Primitive = null | undefined | string | number | boolean | symbol | bigint;
//# sourceMappingURL=Primitive.d.ts.map