export declare const OBJ = 10; export declare const OBJ_KEY = 11; export declare const OBJ_KEY_STR = 12; export declare const OBJ_VAL = 13; export declare const OBJ_VAL_STR = 14; export declare const OBJ_VAL_COMPLETED = 15; export declare const ARR = 20; export declare const ARR_VAL = 21; export declare const ARR_VAL_STR = 22; export declare const ARR_VAL_COMPLETED = 23; export declare type JsonToken = typeof OBJ | typeof OBJ_KEY | typeof OBJ_KEY_STR | typeof OBJ_VAL | typeof OBJ_VAL_STR | typeof OBJ_VAL_COMPLETED | typeof ARR | typeof ARR_VAL | typeof ARR_VAL_STR | typeof ARR_VAL_COMPLETED; //# sourceMappingURL=constants.d.ts.map