export declare function isNumberPrimitive(x: unknown): x is number; export declare function isStringPrimitive(x: unknown): x is string;