export declare function isJsonPrimitive(maybeJsonPrimitive: unknown): maybeJsonPrimitive is number | string | boolean | null;