import { OCTET_STRING } from "@wildboar/asn1";
import { type ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca.mjs";
/**
 * @summary SupportingAlgorithms_Union5_Intersection0_Element
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * SupportingAlgorithms-Union5-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
 * ```
 *
 * @constant
 * @type {ALGORITHM_IDENTIFIER<OCTET_STRING>}
 * @implements {ALGORITHM_IDENTIFIER<OCTET_STRING>}
 */
export declare const SupportingAlgorithms_Union5_Intersection0_Element: ALGORITHM_IDENTIFIER<OCTET_STRING>;
//# sourceMappingURL=SupportingAlgorithms-Union5-Intersection0-Element.oa.d.mts.map