import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; import { HashAlgorithm } from "../PKIX1-PSS-OAEP-Algorithms-2009/HashAlgorithm.ta.mjs"; /** * @summary PKCS1MGFAlgorithms_Union0_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS1MGFAlgorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const PKCS1MGFAlgorithms_Union0_Intersection0_Element: ALGORITHM; //# sourceMappingURL=PKCS1MGFAlgorithms-Union0-Intersection0-Element.oa.d.mts.map