import type { Primitive } from '../types/common.js'; export declare const isPrimitive: (input: unknown) => input is Primitive;