import { kinematic_link } from "./index.js"; import { kinematic_link_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 kinematic_link_representation_relation extends StepEntityBase { get type(): EntityTypesAP214; private topological_aspects_?; private geometric_aspects_?; get topological_aspects(): kinematic_link; get geometric_aspects(): kinematic_link_representation; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=kinematic_link_representation_relation.gen.d.ts.map