import { product_concept_feature } from "./index.js"; import { concept_feature_relationship_with_condition } 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 conditional_concept_feature extends product_concept_feature { get type(): EntityTypesAP214; private condition_?; get condition(): concept_feature_relationship_with_condition; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=conditional_concept_feature.gen.d.ts.map