import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework";
import { Attribute } from "@wildboar/x500/InformationFramework";
/**
 * @summary extendedCertificateAttributes
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * extendedCertificateAttributes ATTRIBUTE ::= {
 *         WITH SYNTAX SET OF Attribute
 *         SINGLE VALUE TRUE
 *         ID pkcs-9-at-extendedCertificateAttributes
 * }
 * ```
 *
 * @constant
 * @type {ATTRIBUTE<Attribute[]>}
 * @implements {ATTRIBUTE<Attribute[]>}
 */
export declare const extendedCertificateAttributes: ATTRIBUTE<Attribute[]>;
//# sourceMappingURL=extendedCertificateAttributes.oa.d.mts.map