import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary SupportedSignedAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedSignedAttributes ATTRIBUTE ::= { contentType | messageDigest } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const SupportedSignedAttributes: ATTRIBUTE[]; //# sourceMappingURL=SupportedSignedAttributes.osa.d.mts.map