import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary TimeZone * @description * * ### ASN.1 Definition: * * ```asn1 * TimeZone ::= INTEGER {unknown(781)}(-780..781) * ``` */ export type TimeZone = INTEGER; /** * @summary TimeZone_unknown * @constant * @type {number} */ export declare const TimeZone_unknown: TimeZone; /** * @summary TimeZone_unknown * @constant * @type {number} */ export declare const unknown: TimeZone; export declare const _decode_TimeZone: $.ASN1Decoder; export declare const _encode_TimeZone: $.ASN1Encoder; //# sourceMappingURL=TimeZone.ta.d.mts.map