import { RoleSyntax } from "../AttributeCertificateDefinitions/RoleSyntax.ta.mjs"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary role * @description * * ### ASN.1 Definition: * * ```asn1 * role ATTRIBUTE ::= { * WITH SYNTAX RoleSyntax * ID id-at-role } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const role: ATTRIBUTE; //# sourceMappingURL=role.oa.d.mts.map