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