import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary RTORQapdu_dialogueMode * @description * * ### ASN.1 Definition: * * ```asn1 * RTORQapdu-dialogueMode ::= INTEGER { -- REMOVED_FROM_UNNESTING -- } * ``` */ export type RTORQapdu_dialogueMode = INTEGER; /** * @summary RTORQapdu_dialogueMode_monologue * @constant * @type {number} */ export declare const RTORQapdu_dialogueMode_monologue: RTORQapdu_dialogueMode; /** * @summary RTORQapdu_dialogueMode_monologue * @constant * @type {number} */ export declare const monologue: RTORQapdu_dialogueMode; /** * @summary RTORQapdu_dialogueMode_twa * @constant * @type {number} */ export declare const RTORQapdu_dialogueMode_twa: RTORQapdu_dialogueMode; /** * @summary RTORQapdu_dialogueMode_twa * @constant * @type {number} */ export declare const twa: RTORQapdu_dialogueMode; export declare const _decode_RTORQapdu_dialogueMode: $.ASN1Decoder; export declare const _encode_RTORQapdu_dialogueMode: $.ASN1Encoder; //# sourceMappingURL=RTORQapdu-dialogueMode.ta.d.mts.map