import { action_request_solution } from "./index.js"; import { application_context } from "./index.js"; import { approval_role } from "./index.js"; import { configuration_design } from "./index.js"; import { date_role } from "./index.js"; import { date_time_role } from "./index.js"; import { context_dependent_shape_representation } from "./index.js"; import { effectivity } from "./index.js"; import { external_source } from "./index.js"; import { organization_role } from "./index.js"; import { person_and_organization_role } from "./index.js"; import { person_and_organization } from "./index.js"; import { property_definition_representation } 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 description_attribute extends StepEntityBase { get type(): EntityTypesAP214; private attribute_value_?; private described_item_?; get attribute_value(): string; get described_item(): action_request_solution | application_context | approval_role | configuration_design | date_role | date_time_role | context_dependent_shape_representation | effectivity | external_source | organization_role | person_and_organization_role | person_and_organization | property_definition_representation | representation; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=description_attribute.gen.d.ts.map