import { action_method } 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 action_method_relationship extends StepEntityBase { get type(): EntityTypesAP214; private name_?; private description_?; private relating_method_?; private related_method_?; get name(): string; get description(): string | null; get relating_method(): action_method; get related_method(): action_method; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=action_method_relationship.gen.d.ts.map