import { type ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca.mjs";
/**
 * @summary PBES1Algorithms
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * PBES1Algorithms ALGORITHM-IDENTIFIER ::= {
 *     {PBEParameter IDENTIFIED BY pbeWithMD2AndDES-CBC}  |
 *     {PBEParameter IDENTIFIED BY pbeWithMD2AndRC2-CBC}  |
 *     {PBEParameter IDENTIFIED BY pbeWithMD5AndDES-CBC}  |
 *     {PBEParameter IDENTIFIED BY pbeWithMD5AndRC2-CBC}  |
 *     {PBEParameter IDENTIFIED BY pbeWithSHA1AndDES-CBC} |
 *     {PBEParameter IDENTIFIED BY pbeWithSHA1AndRC2-CBC},
 *     ...
 * }
 * ```
 *
 * @constant
 * @type {ALGORITHM_IDENTIFIER[]}
 *
 */
export declare const PBES1Algorithms: ALGORITHM_IDENTIFIER<any>[];
//# sourceMappingURL=PBES1Algorithms.osa.d.mts.map