import type { Primitive } from '../types'; export declare const isPrimitive: (value: unknown) => value is Primitive; //# sourceMappingURL=is-primitive.d.ts.map