import { ObjectIdentifier as _OID } from '@wildboar/asn1'; /** * @summary rTSE * @description * * **WARNING: Because there is a circular dependency from the ROSE modules and * RTSE modules, the `CONTRACT` type was removed from this file. Though this * object is not a `CONTRACT` in the eyes of TypeScript, this is still a * structurally valid `CONTRACT` information object.** * * ### ASN.1 Definition: * * ```asn1 * rTSE CONTRACT ::= {ID {joint-iso-itu-t reliable-transfer(3) aseID(1)} * } * ``` * * @constant * @type {CONTRACT} * @implements {CONTRACT} */ export declare const rTSE: { class: string; decoderFor: {}; encoderFor: {}; '&id': _OID; }; //# sourceMappingURL=rTSE.oa.d.mts.map