import * as $ from "@wildboar/asn1/functional"; /** * @summary NamedDay_intNamedDays * @description * * ### ASN.1 Definition: * * ```asn1 * NamedDay-intNamedDays ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare enum _enum_for_NamedDay_intNamedDays { sunday = 1, monday = 2, tuesday = 3, wednesday = 4, thursday = 5, friday = 6, saturday = 7 } /** * @summary NamedDay_intNamedDays * @description * * ### ASN.1 Definition: * * ```asn1 * NamedDay-intNamedDays ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type NamedDay_intNamedDays = _enum_for_NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays * @description * * ### ASN.1 Definition: * * ```asn1 * NamedDay-intNamedDays ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare const NamedDay_intNamedDays: typeof _enum_for_NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_sunday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_sunday: NamedDay_intNamedDays; /** * @summary sunday * @constant * @type {number} */ export declare const sunday: NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_monday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_monday: NamedDay_intNamedDays; /** * @summary monday * @constant * @type {number} */ export declare const monday: NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_tuesday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_tuesday: NamedDay_intNamedDays; /** * @summary tuesday * @constant * @type {number} */ export declare const tuesday: NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_wednesday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_wednesday: NamedDay_intNamedDays; /** * @summary wednesday * @constant * @type {number} */ export declare const wednesday: NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_thursday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_thursday: NamedDay_intNamedDays; /** * @summary thursday * @constant * @type {number} */ export declare const thursday: NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_friday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_friday: NamedDay_intNamedDays; /** * @summary friday * @constant * @type {number} */ export declare const friday: NamedDay_intNamedDays; /** * @summary NamedDay_intNamedDays_saturday * @constant * @type {number} */ export declare const NamedDay_intNamedDays_saturday: NamedDay_intNamedDays; /** * @summary saturday * @constant * @type {number} */ export declare const saturday: NamedDay_intNamedDays; export declare const _decode_NamedDay_intNamedDays: $.ASN1Decoder; export declare const _encode_NamedDay_intNamedDays: $.ASN1Encoder; //# sourceMappingURL=NamedDay-intNamedDays.ta.d.mts.map