import StepEntityInternalReference from "../step/step_entity_internal_reference.js"; import StepExternalMapping from "../step/step_external_mapping.js"; import StepModelBase from "../step/step_model_base.js"; import EntityTypesAP214 from "./AP214E3_2010_gen/entity_types_ap214.gen.js"; /** * IFC external step mapping */ export default class AP214StepExternalMapping extends StepExternalMapping { /** * Construct this external mapping. * * @param localID The local ID for this. * @param internalReference_ The internal reference matching this. * @param model The model matching this. */ constructor(localID: number, internalReference_: StepEntityInternalReference, model: StepModelBase); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=ap214_step_external_mapping.d.ts.map