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