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