/**
 * ```asn1
 * id-pe-ac-auditIdentity       OBJECT IDENTIFIER ::= { id-pe 4 }
 * ```
 */
export declare const id_pe_ac_auditIdentity = "1.3.6.1.5.5.7.1.4";
/**
 * ```asn1
 * id-pe-aaControls             OBJECT IDENTIFIER ::= { id-pe 6 }
 * ```
 */
export declare const id_pe_aaControls = "1.3.6.1.5.5.7.1.6";
/**
 * ```asn1
 * id-pe-ac-proxying            OBJECT IDENTIFIER ::= { id-pe 10 }
 * ```
 */
export declare const id_pe_ac_proxying = "1.3.6.1.5.5.7.1.10";
/**
 * ```asn1
 * id-ce-targetInformation      OBJECT IDENTIFIER ::= { id-ce 55 }
 * ```
 */
export declare const id_ce_targetInformation = "2.5.29.55";
/**
 * ```asn1
 * id-aca                       OBJECT IDENTIFIER ::= { id-pkix 10 }
 * ```
 */
export declare const id_aca = "1.3.6.1.5.5.7.10";
/**
 * ```asn1
 * id-aca-authenticationInfo    OBJECT IDENTIFIER ::= { id-aca 1 }
 * ```
 */
export declare const id_aca_authenticationInfo = "1.3.6.1.5.5.7.10.1";
/**
 * ```asn1
 * id-aca-accessIdentity        OBJECT IDENTIFIER ::= { id-aca 2 }
 * ```
 */
export declare const id_aca_accessIdentity = "1.3.6.1.5.5.7.10.2";
/**
 * ```asn1
 * id-aca-chargingIdentity      OBJECT IDENTIFIER ::= { id-aca 3 }
 * ```
 */
export declare const id_aca_chargingIdentity = "1.3.6.1.5.5.7.10.3";
/**
 * ```asn1
 * id-aca-group                 OBJECT IDENTIFIER ::= { id-aca 4 }
 * ```
 */
export declare const id_aca_group = "1.3.6.1.5.5.7.10.4";
/**
 * ```asn1
 * id-aca-encAttrs              OBJECT IDENTIFIER ::= { id-aca 6 }
 * ```
 */
export declare const id_aca_encAttrs = "1.3.6.1.5.5.7.10.6";
/**
 * ```asn1
 * id-at   OBJECT IDENTIFIER ::= { joint-iso-ccitt(2) ds(5) 4 }
 * ```
 */
export declare const id_at = "2.5.4";
/**
 * ```asn1
 * id-at-role                   OBJECT IDENTIFIER ::= { id-at 72}
 * ```
 */
export declare const id_at_role = "2.5.4.72";
/**
 * ```asn1
 * id-at-clearance              OBJECT IDENTIFIER ::=
 *     { joint-iso-ccitt(2) ds(5) module(1)
 *       selected-attribute-types(5) clearance (55) }
 * ```
 */
export declare const id_at_clearance = "2.5.1.5.55";
