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