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