/** * An arbitrary serializable primitive. */ export declare type JsonPrimitive = (string | number | boolean) | null;