import { type OTHER_CERT_FMT } from "../CryptographicMessageSyntax-2010/OTHER-CERT-FMT.oca.mjs"; /** * @summary SupportedCertFormats * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedCertFormats OTHER-CERT-FMT ::= { ... } * ``` * * @constant * @type {OTHER_CERT_FMT[]} * */ export declare const SupportedCertFormats: OTHER_CERT_FMT[]; //# sourceMappingURL=SupportedCertFormats.osa.d.mts.map