export declare enum DataType { Null = 0, Float32 = 1, Float64 = 2, Int32 = 3, Int16 = 4, Int8 = 5, Uint32 = 6, Uint16 = 7, Uint8 = 8, String = 9, Bool = 10, Object = 11, Float16 = 12, Map = 13 }