import { property_process } from "./index.js"; import { property_definition } from "./index.js"; import { product_definition_shape } from "./index.js"; import { shape_aspect } from "./index.js"; import { shape_aspect_relationship } 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 process_property_association extends StepEntityBase { get type(): EntityTypesAP214; private name_?; private description_?; private process_?; private property_or_shape_?; get name(): string; get description(): string; get process(): property_process; get property_or_shape(): property_definition | product_definition_shape | shape_aspect | shape_aspect_relationship; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=process_property_association.gen.d.ts.map