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