import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary ActivateReply_responseCode * @description * * ### ASN.1 Definition: * * ```asn1 * ActivateReply-responseCode ::= INTEGER { -- REMOVED_FROM_UNNESTING -- } * ``` */ export type ActivateReply_responseCode = INTEGER; /** * @summary ActivateReply_responseCode_successResponse * @constant * @type {number} */ export declare const ActivateReply_responseCode_successResponse: ActivateReply_responseCode; /** * @summary ActivateReply_responseCode_successResponse * @constant * @type {number} */ export declare const successResponse: ActivateReply_responseCode; /** * @summary ActivateReply_responseCode_serviceProviderErrorResponse * @constant * @type {number} */ export declare const ActivateReply_responseCode_serviceProviderErrorResponse: ActivateReply_responseCode; /** * @summary ActivateReply_responseCode_serviceProviderErrorResponse * @constant * @type {number} */ export declare const serviceProviderErrorResponse: ActivateReply_responseCode; export declare const _decode_ActivateReply_responseCode: $.ASN1Decoder; export declare const _encode_ActivateReply_responseCode: $.ASN1Encoder; //# sourceMappingURL=ActivateReply-responseCode.ta.d.mts.map