export declare const isPrimitive: (candidate: unknown) => false | "undefined" | "boolean" | "number" | "string" | "symbol" | "null"; //# sourceMappingURL=isPrimitive.d.ts.map