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