import { label } from "./index.js"; import { text } from "./index.js"; import { attribute_value_role } 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 abstract class attribute_value_assignment extends StepEntityBase { get type(): EntityTypesAP214; private attribute_name_?; private attribute_value_?; private role_?; get attribute_name(): string; get attribute_value(): label | text; get role(): attribute_value_role; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=attribute_value_assignment.gen.d.ts.map