/**
 * Checks if the object is a primitive
 */
declare function isPrimitive(value: any): boolean;
export default isPrimitive;
