declare const isPrimitive: (value: unknown) => boolean;
export default isPrimitive;
