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