import { IfcRecurrenceTypeEnum } from "./index.js"; import { IfcTimePeriod } 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 class IfcRecurrencePattern extends StepEntityBase { get type(): EntityTypesIfc; private RecurrenceType_?; private DayComponent_?; private WeekdayComponent_?; private MonthComponent_?; private Position_?; private Interval_?; private Occurrences_?; private TimePeriods_?; get RecurrenceType(): IfcRecurrenceTypeEnum; get DayComponent(): Array | null; get WeekdayComponent(): Array | null; get MonthComponent(): Array | null; get Position(): number | null; get Interval(): number | null; get Occurrences(): number | null; get TimePeriods(): Array | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcRecurrencePattern.gen.d.ts.map