import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs";
import { CRLBag } from "../PKCS-12/CRLBag.ta.mjs";
/**
 * @summary crlBag
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * crlBag BAG-TYPE ::= {CRLBag              IDENTIFIED BY {bagtypes 4}}
 * ```
 *
 * @constant
 * @type {BAG_TYPE<CRLBag>}
 * @implements {BAG_TYPE<CRLBag>}
 */
export declare const crlBag: BAG_TYPE<CRLBag>;
//# sourceMappingURL=crlBag.oa.d.mts.map