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