export declare class DxfFileToken { static readonly beginSection = "SECTION"; static readonly blkRefObjectContextData = "ACDB_BLKREFOBJECTCONTEXTDATA_CLASS"; static readonly blkRefToken = "{BLKREFS"; static readonly block = "BLOCK"; static readonly blocksSection = "BLOCKS"; static readonly classEntry = "CLASS"; static readonly classesSection = "CLASSES"; static readonly customData = "CUSTOMDATA"; static readonly dictionaryToken = "{ACAD_XDICTIONARY"; static readonly endBlock = "ENDBLK"; static readonly endOfFile = "EOF"; static readonly endSection = "ENDSEC"; static readonly endSequence = "SEQEND"; static readonly endTable = "ENDTAB"; static readonly entitiesSection = "ENTITIES"; static readonly entity3DFace = "3DFACE"; static readonly entity3DSolid = "3DSOLID"; static readonly entityAecWall = "AEC_WALL"; static readonly entityArc = "ARC"; static readonly entityAttribute = "ATTRIB"; static readonly entityAttributeDefinition = "ATTDEF"; static readonly entityBody = "BODY"; static readonly entityCircle = "CIRCLE"; static readonly entityCoordinationModel = "COORDINATION MODEL"; static readonly entityDimension = "DIMENSION"; static readonly entityEllipse = "ELLIPSE"; static readonly entityHatch = "HATCH"; static readonly entityHelix = "HELIX"; static readonly entityImage = "IMAGE"; static readonly entityInsert = "INSERT"; static readonly entityLeader = "LEADER"; static readonly entityLight = "LIGHT"; static readonly entityLine = "LINE"; static readonly entityLwPolyline = "LWPOLYLINE"; static readonly entityMesh = "MESH"; static readonly entityMLine = "MLINE"; static readonly entityMText = "MTEXT"; static readonly entityMultiLeader = "MULTILEADER"; static readonly entityOle2Frame = "OLE2FRAME"; static readonly entityOleFrame = "OLEFRAME"; static readonly entityPdfUnderlay = "PDFUNDERLAY"; static readonly entityPoint = "POINT"; static readonly entityPolyFaceMesh = "PFACE"; static readonly entityPolyline = "POLYLINE"; static readonly entityProxyEntity = "ACAD_PROXY_ENTITY"; static readonly entityRay = "RAY"; static readonly entityRegion = "REGION"; static readonly entitySection = "SECTION"; static readonly entitySeqend = "SEQEND"; static readonly entityShape = "SHAPE"; static readonly entitySolid = "SOLID"; static readonly entitySpline = "SPLINE"; static readonly entitySun = "SUN"; static readonly entitySurface = "SURFACE"; static readonly entityTable = "ACAD_TABLE"; static readonly entityText = "TEXT"; static readonly entityTolerance = "TOLERANCE"; static readonly entityTrace = "TRACE"; static readonly entityUnderlay = "UNDERLAY"; static readonly entityVertex = "VERTEX"; static readonly entityViewport = "VIEWPORT"; static readonly entityWipeout = "WIPEOUT"; static readonly entityXline = "XLINE"; static readonly formattedTableDataColumn_BEGIN = "FORMATTEDTABLEDATACOLUMN_BEGIN"; static readonly formattedTableDataColumn_END = "FORMATTEDTABLEDATACOLUMN_END"; static readonly formattedTableDataRow_BEGIN = "FORMATTEDTABLEDATAROW_BEGIN"; static readonly formattedTableDataRow_END = "FORMATTEDTABLEDATAROW_END"; static readonly headerSection = "HEADER"; static readonly linkedTableDataCell_BEGIN = "LINKEDTABLEDATACELL_BEGIN"; static readonly linkedTableDataCell_END = "LINKEDTABLEDATACELL_END"; static readonly linkedTableDataColumn_BEGIN = "LINKEDTABLEDATACOLUMN_BEGIN"; static readonly linkedTableDataColumn_END = "LINKEDTABLEDATACOLUMN_END"; static readonly linkedTableDataRow_BEGIN = "LINKEDTABLEDATAROW_BEGIN"; static readonly linkedTableDataRow_END = "LINKEDTABLEDATAROW_END"; static readonly mTextAttributeObjectContextData = "ACDB_MTEXTATTRIBUTEOBJECTCONTEXTDATA_CLASS"; static readonly objectAecCleanupGroupDef = "AEC_CLEANUP_GROUP_DEF"; static readonly objectAecWallStyle = "AEC_WALL_STYLE"; static readonly objectBinRecord = "BINRECORD"; static readonly objectBlockBasePointParameter = "BLOCKBASEPOINTPARAMETER"; static readonly objectBlockFlipAction = "BLOCKFLIPACTION"; static readonly objectBlockFlipParameter = "BLOCKFLIPPARAMETER"; static readonly objectBlockGripLocationComponent = "BLOCKGRIPLOCATIONCOMPONENT"; static readonly objectBlockLinearParameter = "BLOCKLINEARPARAMETER"; static readonly objectBlockPointParameter = "BLOCKPOINTPARAMETER"; static readonly objectBlockRepresentationData = "ACDB_BLOCKREPRESENTATION_DATA"; static readonly objectBlockRotateAction = "BLOCKROTATEACTION"; static readonly objectBlockRotationGrip = "BLOCKROTATIONGRIP"; static readonly objectBlockRotationParameter = "BLOCKROTATIONPARAMETER"; static readonly objectBlockVisibilityGrip = "BLOCKVISIBILITYGRIP"; static readonly objectBlockVisibilityParameter = "BLOCKVISIBILITYPARAMETER"; static readonly objectCell = "CELL"; static readonly objectCellStyleMap = "CELLSTYLEMAP"; static readonly objectDBColor = "DBCOLOR"; static readonly objectDictionary = "DICTIONARY"; static readonly objectDictionaryVar = "DICTIONARYVAR"; static readonly objectDictionaryWithDefault = "ACDBDICTIONARYWDFLT"; static readonly objectDimensionAssociation = "DIMASSOC"; static readonly objectEvalGraph = "ACAD_EVALUATION_GRAPH"; static readonly objectField = "FIELD"; static readonly objectFieldList = "FIELDLIST"; static readonly objectGeoData = "GEODATA"; static readonly objectGroup = "GROUP"; static readonly objectImageDefinition = "IMAGEDEF"; static readonly objectImageDefinitionReactor = "IMAGEDEF_REACTOR"; static readonly objectLayout = "LAYOUT"; static readonly objectMaterial = "MATERIAL"; static readonly objectMLeaderContextData = "ACDB_MLEADEROBJECTCONTEXTDATA_CLASS"; static readonly objectMLeaderStyle = "MLEADERSTYLE"; static readonly objectMLineStyle = "MLINESTYLE"; static readonly objectPdfDefinition = "PDFDEFINITION"; static readonly objectPlaceholder = "ACDBPLACEHOLDER"; static readonly objectPlotSettings = "PLOTSETTINGS"; static readonly objectProxyObject = "ACAD_PROXY_OBJECT"; static readonly objectRasterVariables = "RASTERVARIABLES"; static readonly objectScale = "SCALE"; static readonly objectSortEntsTable = "SORTENTSTABLE"; static readonly objectSpatialFilter = "SPATIAL_FILTER"; static readonly objectsSection = "OBJECTS"; static readonly objectTableColumn = "COLUMN"; static readonly objectTableColumnBegin = "TABLECOLUMN_BEGIN"; static readonly objectTableColumnEnd = "TABLECOLUMN_END"; static readonly objectTableContent = "TABLECONTENT"; static readonly objectTableRow = "ROW"; static readonly objectTableRowBegin = "TABLEROW_BEGIN"; static readonly objectTableRowEnd = "TABLEOW_END"; static readonly objectTableStyle = "TABLESTYLE"; static readonly objectVisualStyle = "VISUALSTYLE"; static readonly objectXRecord = "XRECORD"; static readonly reactorsToken = "{ACAD_REACTORS"; static readonly tableAppId = "APPID"; static readonly tableBlockRecord = "BLOCK_RECORD"; static readonly tableDimstyle = "DIMSTYLE"; static readonly tableEntry = "TABLE"; static readonly tableGroup = "GROUP"; static readonly tableLayer = "LAYER"; static readonly tableLinetype = "LTYPE"; static readonly tablesSection = "TABLES"; static readonly tableStyle = "STYLE"; static readonly tableUcs = "UCS"; static readonly tableView = "VIEW"; static readonly tableVport = "VPORT"; } //# sourceMappingURL=DxfFileToken.d.ts.map