/**
 * Basic JSON Value
 */
export declare type Primitive = string | number | boolean | null;
