import { type KEY_ATTRIBUTE } from "../CryptographicMessageSyntax-2010/KEY-ATTRIBUTE.oca.mjs"; /** * @summary SupportedKeyAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedKeyAttributes KEY-ATTRIBUTE ::= { ... } * ``` * * @constant * @type {KEY_ATTRIBUTE[]} * */ export declare const SupportedKeyAttributes: KEY_ATTRIBUTE[]; //# sourceMappingURL=SupportedKeyAttributes.osa.d.mts.map