import { invisibility } from "./index.js"; import { presentation_representation } from "./index.js"; import { presentation_set } 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 context_dependent_invisibility extends invisibility { get type(): EntityTypesAP214; private presentation_context_?; get presentation_context(): presentation_representation | presentation_set; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=context_dependent_invisibility.gen.d.ts.map