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