import { Primitive } from "../values/primitive"; export declare function isPrimitive(value: unknown): value is Primitive;