import { type EXTENSION } from "../AuthenticationFramework/EXTENSION.oca.mjs"; import { ProtRestriction } from "../CertificateExtensions/ProtRestriction.ta.mjs"; /** * @summary protRestrict * @description * * ### ASN.1 Definition: * * ```asn1 * protRestrict EXTENSION ::= { * SYNTAX ProtRestriction * IDENTIFIED BY id-ce-protRestrict } * ``` * * @constant * @type {EXTENSION} * @implements {EXTENSION} */ export declare const protRestrict: EXTENSION; //# sourceMappingURL=protRestrict.oa.d.mts.map