import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary pmiDelegationPath * @description * * ### ASN.1 Definition: * * ```asn1 * pmiDelegationPath OBJECT-CLASS ::= { * SUBCLASS OF {top} * KIND auxiliary * MAY CONTAIN {delegationPath} * ID id-oc-pmiDelegationPath } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const pmiDelegationPath: OBJECT_CLASS; //# sourceMappingURL=pmiDelegationPath.oa.d.mts.map