import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary PKCS1MGFAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS1MGFAlgorithms ALGORITHM ::= { * { IDENTIFIER id-mgf1 PARAMS TYPE HashAlgorithm ARE required }, * ... * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const PKCS1MGFAlgorithms: ALGORITHM[]; //# sourceMappingURL=PKCS1MGFAlgorithms.osa.d.mts.map