export declare type NumOrString = number | string; export declare type StringOrSym = string | symbol; export declare type Primitive = NumOrString | boolean | symbol; //# sourceMappingURL=prim.d.ts.map