import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary SupportedSignatureAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedSignatureAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SupportedSignatureAlgorithms: ALGORITHM[]; //# sourceMappingURL=SupportedSignatureAlgorithms.osa.d.mts.map