import { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca";
export { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca";
export { sdsiCertificate } from "../PKCS-12/sdsiCertificate.oa";
export { x509Certificate } from "../PKCS-12/x509Certificate.oa";
/**
 * @summary CertTypes
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * CertTypes BAG-TYPE ::= {
 *     x509Certificate |
 *     sdsiCertificate,
 *     ... -- For future extensions
 * }
 * ```
 *
 * @constant
 * @type {BAG_TYPE[]}
 *
 */
export declare const CertTypes: BAG_TYPE<any>[];
