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