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