export type MaterialFormat = 'PRIMITIVE' | 'SPOOL' | 'TANK'; export type PartFormat = 'PRIMITIVE' | 'ASSEMBLY' | 'WORKBENCH'; export declare enum SubjectType { Material = "MATERIAL", Part = "PART", Modifier = "MODIFIER", Tool = "TOOL", Equipment = "EQUIPMENT" }