import { IfcResource } from "./index.js"; import { IfcResourceTime } from "./index.js"; import { IfcAppliedValue } from "./index.js"; import { IfcPhysicalQuantity } from "./index.js"; import EntityTypesIfc from "./entity_types_ifc.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 abstract class IfcConstructionResource extends IfcResource { get type(): EntityTypesIfc; private Usage_?; private BaseCosts_?; private BaseQuantity_?; get Usage(): IfcResourceTime | null; get BaseCosts(): Array | null; get BaseQuantity(): IfcPhysicalQuantity | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcConstructionResource.gen.d.ts.map