import { protRestrict } from "../CertificateExtensions/protRestrict.oa.mjs"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary a_protRestrict * @description * * ### ASN.1 Definition: * * ```asn1 * a-protRestrict ATTRIBUTE ::= { * WITH SYNTAX protRestrict.&ExtnType * LDAP-SYNTAX id-asx-protRestrict * LDAP-NAME {"Protocol restriction"} * ID id-ce-a-protRestrict} * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const a_protRestrict: ATTRIBUTE; //# sourceMappingURL=a-protRestrict.oa.d.mts.map