import type { Primitive } from 'type-fest'; export declare const isPrimitive: (value: any) => value is Primitive;