export declare enum GroupCodeValueType { None = 0, String = 1, Point3D = 2, Double = 3, Byte = 4, Int16 = 5, Int32 = 6, Int64 = 7, Handle = 8, ObjectId = 9, Bool = 10, Chunk = 11, Comment = 12, ExtendedDataString = 13, ExtendedDataChunk = 14, ExtendedDataHandle = 15, ExtendedDataDouble = 16, ExtendedDataInt16 = 17, ExtendedDataInt32 = 18 } //# sourceMappingURL=GroupCodeValueType.d.ts.map