/** * @enum ValueType */ export declare const enum ValueType { NUMBER = 0, ARRAY = 1, STRING = 2, OBJECT = 3, }