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