import { type WRAPPED_PROT } from "../Wrapper/WRAPPED-PROT.oca.mjs"; /** * @summary avlProt * @description * * ### ASN.1 Definition: * * ```asn1 * avlProt WRAPPED-PROT ::= { * AvlProt * IDENTIFIED BY id-avlprot } * ``` * * @constant * @type {WRAPPED_PROT} * @implements {WRAPPED_PROT} */ export declare const avlProt: WRAPPED_PROT; //# sourceMappingURL=avlProt.oa.d.mts.map