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