import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary SignedAttributesSet * @description * * ### ASN.1 Definition: * * ```asn1 * SignedAttributesSet ATTRIBUTE ::= { aa-signingTime | aa-messageDigest | aa-contentType | * CMSProfileAttributes | tokenizedParts, ... } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const SignedAttributesSet: ATTRIBUTE[]; //# sourceMappingURL=SignedAttributesSet.osa.d.mts.map