import { type BoxedPrimitive, type Primitive } from './types.cjs'; export declare function toPrimitive(item: Primitive | BoxedPrimitive): Primitive;