export declare function isBoxedPrimitive(o: unknown): o is number | string;