import { type Primitive } from './types.cjs'; export declare function isPrimitive(item: unknown): item is Primitive;