declare function isPrimitive(value: unknown): boolean;

export { isPrimitive };
