import * as $ from '@wildboar/asn1/functional'; /** * @summary Context_representation * @description * * ### ASN.1 Definition: * * ```asn1 * Context-representation ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare enum _enum_for_Context_representation { aCTION_INFO = 0, aCTION_REPLY = 1, eVENT_INFO = 2, eVENT_REPLY = 3, sPECIFIC_ERROR = 4 } /** * @summary Context_representation * @description * * ### ASN.1 Definition: * * ```asn1 * Context-representation ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type Context_representation = _enum_for_Context_representation; /** * @summary Context_representation * @description * * ### ASN.1 Definition: * * ```asn1 * Context-representation ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare const Context_representation: typeof _enum_for_Context_representation; /** * @summary Context_representation_aCTION_INFO * @constant * @type {number} */ export declare const Context_representation_aCTION_INFO: Context_representation; /** * @summary aCTION_INFO * @constant * @type {number} */ export declare const aCTION_INFO: Context_representation; /** * @summary Context_representation_aCTION_REPLY * @constant * @type {number} */ export declare const Context_representation_aCTION_REPLY: Context_representation; /** * @summary aCTION_REPLY * @constant * @type {number} */ export declare const aCTION_REPLY: Context_representation; /** * @summary Context_representation_eVENT_INFO * @constant * @type {number} */ export declare const Context_representation_eVENT_INFO: Context_representation; /** * @summary eVENT_INFO * @constant * @type {number} */ export declare const eVENT_INFO: Context_representation; /** * @summary Context_representation_eVENT_REPLY * @constant * @type {number} */ export declare const Context_representation_eVENT_REPLY: Context_representation; /** * @summary eVENT_REPLY * @constant * @type {number} */ export declare const eVENT_REPLY: Context_representation; /** * @summary Context_representation_sPECIFIC_ERROR * @constant * @type {number} */ export declare const Context_representation_sPECIFIC_ERROR: Context_representation; /** * @summary sPECIFIC_ERROR * @constant * @type {number} */ export declare const sPECIFIC_ERROR: Context_representation; export declare const _decode_Context_representation: $.ASN1Decoder; export declare const _encode_Context_representation: $.ASN1Encoder; //# sourceMappingURL=Context-representation.ta.d.mts.map