import { founded_item } from "./index.js"; import { approximation_method } from "./index.js"; import { curve_tolerance_deviation } from "./index.js"; import { surface_tolerance_deviation } from "./index.js"; import { product_or_presentation_space } 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 approximation_tolerance_deviation extends founded_item { get type(): EntityTypesAP214; private tessellation_type_?; private tolerances_?; private definition_space_?; get tessellation_type(): approximation_method; get tolerances(): Array; get definition_space(): product_or_presentation_space; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=approximation_tolerance_deviation.gen.d.ts.map