import * as $ from '@wildboar/asn1/functional'; /** * @summary TimeDifference_sign * @description * * ### ASN.1 Definition: * * ```asn1 * TimeDifference-sign ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare enum _enum_for_TimeDifference_sign { positive = 0, negative = 1 } /** * @summary TimeDifference_sign * @description * * ### ASN.1 Definition: * * ```asn1 * TimeDifference-sign ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type TimeDifference_sign = _enum_for_TimeDifference_sign; /** * @summary TimeDifference_sign * @description * * ### ASN.1 Definition: * * ```asn1 * TimeDifference-sign ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare const TimeDifference_sign: typeof _enum_for_TimeDifference_sign; /** * @summary TimeDifference_sign_positive * @constant * @type {number} */ export declare const TimeDifference_sign_positive: TimeDifference_sign; /** * @summary positive * @constant * @type {number} */ export declare const positive: TimeDifference_sign; /** * @summary TimeDifference_sign_negative * @constant * @type {number} */ export declare const TimeDifference_sign_negative: TimeDifference_sign; /** * @summary negative * @constant * @type {number} */ export declare const negative: TimeDifference_sign; export declare const _decode_TimeDifference_sign: $.ASN1Decoder; export declare const _encode_TimeDifference_sign: $.ASN1Encoder; //# sourceMappingURL=TimeDifference-sign.ta.d.mts.map