import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary device * @description * * ### ASN.1 Definition: * * ```asn1 * device OBJECT-CLASS ::= { * SUBCLASS OF {top} * MUST CONTAIN {commonName} * MAY CONTAIN {description | * localityName | * organizationName | * organizationalUnitName | * owner | * seeAlso | * serialNumber} * LDAP-NAME {"device"} -- RFC 4519 * ID id-oc-device } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const device: OBJECT_CLASS; //# sourceMappingURL=device.oa.d.mts.map