/** * Returns true if `x` is a string, number or boolean. * * @param x - */ export declare const isPrimitive: (x: any) => x is string | number | boolean; //# sourceMappingURL=is-primitive.d.ts.map