import { ALGORITHM } from "@wildboar/x500/src/lib/modules/AuthenticationFramework/ALGORITHM.oca";
/**
 * @summary PrivateKeyAlgorithms
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * PrivateKeyAlgorithms ALGORITHM ::= {
 *     ... -- Extensible
 * }
 * ```
 *
 * @constant
 * @type {ALGORITHM[]}
 *
 */
export declare const PrivateKeyAlgorithms: ALGORITHM[];
