import { representation_item } from "./index.js"; import { representation_context } 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 representation extends StepEntityBase { get type(): EntityTypesAP214; private name_?; private items_?; private context_of_items_?; get name(): string; get items(): Array; get context_of_items(): representation_context; get id(): string; get description(): string; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=representation.gen.d.ts.map