import { action } from "./index.js"; import { address } from "./index.js"; import { product_category } from "./index.js"; import { property_definition } from "./index.js"; import { shape_aspect } from "./index.js"; import { shape_aspect_relationship } from "./index.js"; import { application_context } from "./index.js"; import { group } from "./index.js"; import { organizational_project } from "./index.js"; import { 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 id_attribute extends StepEntityBase { get type(): EntityTypesAP214; private attribute_value_?; private identified_item_?; get attribute_value(): string; get identified_item(): action | address | product_category | property_definition | shape_aspect | shape_aspect_relationship | application_context | group | organizational_project | representation; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=id_attribute.gen.d.ts.map