import { OCTET_STRING } from "@wildboar/asn1";
import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs";
/**
 * @summary x509Certificate
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * x509Certificate BAG-TYPE ::= {OCTET STRING IDENTIFIED BY {certTypes 1}}
 * ```
 *
 * @constant
 * @type {BAG_TYPE<OCTET_STRING>}
 * @implements {BAG_TYPE<OCTET_STRING>}
 */
export declare const x509Certificate: BAG_TYPE<OCTET_STRING>;
//# sourceMappingURL=x509Certificate.oa.d.mts.map