import { action_request_solution } from "./index.js"; import { address } from "./index.js"; import { configuration_design } from "./index.js"; import { context_dependent_shape_representation } from "./index.js"; import { derived_unit } from "./index.js"; import { effectivity } from "./index.js"; import { person_and_organization } from "./index.js"; import { product_definition } from "./index.js"; import { product_definition_substitute } from "./index.js"; import { property_definition_representation } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class name_attribute extends StepEntityBase { get type(): EntityTypesAP214; private attribute_value_?; private named_item_?; get attribute_value(): string; get named_item(): action_request_solution | address | configuration_design | context_dependent_shape_representation | derived_unit | effectivity | person_and_organization | product_definition | product_definition_substitute | property_definition_representation; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=name_attribute.gen.d.ts.map