import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework";
/**
 * @summary SMIMEv3Algorithms
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * SMIMEv3Algorithms ALGORITHM ::= {...-- See RFC 2633 --}
 * ```
 *
 * @constant
 * @type {ALGORITHM[]}
 *
 */
export declare const SMIMEv3Algorithms: ALGORITHM[];
//# sourceMappingURL=SMIMEv3Algorithms.osa.d.mts.map