import { type NAME_FORM } from "../InformationFramework/NAME-FORM.oca.mjs"; /** * @summary oidArcNf * @description * * ### ASN.1 Definition: * * ```asn1 * oidArcNf NAME-FORM ::= { * NAMES oidArc * WITH ATTRIBUTES {oidC} * ID id-oidArcNf } * ``` * * @constant * @type {NAME_FORM} * @implements {NAME_FORM} */ export declare const oidArcNf: NAME_FORM; //# sourceMappingURL=oidArcNf.oa.d.mts.map