import { type EXTENSION } from "../AuthenticationFramework/EXTENSION.oca.mjs"; import { AuthorityKeyIdentifier } from "../CertificateExtensions/AuthorityKeyIdentifier.ta.mjs"; /** * @summary authorityKeyIdentifier * @description * * ### ASN.1 Definition: * * ```asn1 * authorityKeyIdentifier EXTENSION ::= { * SYNTAX AuthorityKeyIdentifier * IDENTIFIED BY id-ce-authorityKeyIdentifier } * ``` * * @constant * @type {EXTENSION} * @implements {EXTENSION} */ export declare const authorityKeyIdentifier: EXTENSION; //# sourceMappingURL=authorityKeyIdentifier.oa.d.mts.map