import { surface } from "./index.js"; import { cartesian_transformation_operator_3d } 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 surface_replica extends surface { get type(): EntityTypesAP214; private parent_surface_?; private transformation_?; get parent_surface(): surface; get transformation(): cartesian_transformation_operator_3d; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=surface_replica.gen.d.ts.map