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 EntityTypesIfc from "./ifc4_gen/entity_types_ifc.gen.js"; /** * IFC external step mapping */ export default class IfcStepExternalMapping 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: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=ifc_step_external_mapping.d.ts.map