import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary id_tbprot * @description * * ### ASN.1 Definition: * * ```asn1 * id-tbprot OBJECT IDENTIFIER ::= {id-wrprot 2} * ``` * * @constant */ export declare const id_tbprot: OBJECT_IDENTIFIER; //# sourceMappingURL=id-tbprot.va.d.mts.map