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