import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework";
/**
 * @summary SignatureAlgorithms
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * SignatureAlgorithms ALGORITHM ::= {
 *         ... -- add any locally defined algorithms here -- }
 * ```
 *
 * @constant
 * @type {ALGORITHM[]}
 *
 */
export declare const SignatureAlgorithms: ALGORITHM[];
//# sourceMappingURL=SignatureAlgorithms.osa.d.mts.map