import { type ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary CMSProfileAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * CMSProfileAttributes ATTRIBUTE ::= { * aa-signerInfo | aa-signerInfos | aa-contentLocation | * aa-contentLocations | aa-precedingBlock | aa-timeStamped | * aa-sidechains | aa-parentBlock, ...} * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const CMSProfileAttributes: ATTRIBUTE[]; //# sourceMappingURL=CMSProfileAttributes.osa.d.mts.map