import type { Primitive } from '../../types'; export declare const isPrimitive: (value: any) => value is Primitive;