import * as $ from '@wildboar/asn1/functional'; /** * @summary TONotCreated_reason * @description * * ### ASN.1 Definition: * * ```asn1 * TONotCreated-reason ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare enum _enum_for_TONotCreated_reason { invalidTOclass = 0, duplicateTOInstance = 1, invalidMORTClass = 2, invalidAssociatedObjectClass = 3, mORTNotAvailable = 4, associatedObjectNotAvailable = 5 } /** * @summary TONotCreated_reason * @description * * ### ASN.1 Definition: * * ```asn1 * TONotCreated-reason ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type TONotCreated_reason = _enum_for_TONotCreated_reason; /** * @summary TONotCreated_reason * @description * * ### ASN.1 Definition: * * ```asn1 * TONotCreated-reason ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare const TONotCreated_reason: typeof _enum_for_TONotCreated_reason; /** * @summary TONotCreated_reason_invalidTOclass * @constant * @type {number} */ export declare const TONotCreated_reason_invalidTOclass: TONotCreated_reason; /** * @summary invalidTOclass * @constant * @type {number} */ export declare const invalidTOclass: TONotCreated_reason; /** * @summary TONotCreated_reason_duplicateTOInstance * @constant * @type {number} */ export declare const TONotCreated_reason_duplicateTOInstance: TONotCreated_reason; /** * @summary duplicateTOInstance * @constant * @type {number} */ export declare const duplicateTOInstance: TONotCreated_reason; /** * @summary TONotCreated_reason_invalidMORTClass * @constant * @type {number} */ export declare const TONotCreated_reason_invalidMORTClass: TONotCreated_reason; /** * @summary invalidMORTClass * @constant * @type {number} */ export declare const invalidMORTClass: TONotCreated_reason; /** * @summary TONotCreated_reason_invalidAssociatedObjectClass * @constant * @type {number} */ export declare const TONotCreated_reason_invalidAssociatedObjectClass: TONotCreated_reason; /** * @summary invalidAssociatedObjectClass * @constant * @type {number} */ export declare const invalidAssociatedObjectClass: TONotCreated_reason; /** * @summary TONotCreated_reason_mORTNotAvailable * @constant * @type {number} */ export declare const TONotCreated_reason_mORTNotAvailable: TONotCreated_reason; /** * @summary mORTNotAvailable * @constant * @type {number} */ export declare const mORTNotAvailable: TONotCreated_reason; /** * @summary TONotCreated_reason_associatedObjectNotAvailable * @constant * @type {number} */ export declare const TONotCreated_reason_associatedObjectNotAvailable: TONotCreated_reason; /** * @summary associatedObjectNotAvailable * @constant * @type {number} */ export declare const associatedObjectNotAvailable: TONotCreated_reason; export declare const _decode_TONotCreated_reason: $.ASN1Decoder; export declare const _encode_TONotCreated_reason: $.ASN1Encoder; //# sourceMappingURL=TONotCreated-reason.ta.d.mts.map