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