import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary epcInUrn * @description * * ### ASN.1 Definition: * * ```asn1 * epcInUrn ATTRIBUTE ::= { * SUBTYPE OF urn * SINGLE VALUE TRUE * LDAP-SYNTAX directoryString.&id * LDAP-NAME {"epcInUrn"} * ID id-at-epcInUrn } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const epcInUrn: ATTRIBUTE; //# sourceMappingURL=epcInUrn.oa.d.mts.map