import type { OBJECT_CLASS } from "@wildboar/x500/InformationFramework";
/**
 * @summary pkcsEntity
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * pkcsEntity OBJECT-CLASS ::= {
 *         SUBCLASS OF     { top }
 *         KIND            auxiliary
 *         MAY CONTAIN     { PKCSEntityAttributeSet }
 *         ID              pkcs-9-oc-pkcsEntity
 * }
 * ```
 *
 * @constant
 * @type {OBJECT_CLASS}
 * @implements {OBJECT_CLASS}
 */
export declare const pkcsEntity: OBJECT_CLASS;
//# sourceMappingURL=pkcsEntity.oa.d.mts.map