import * as $ from '@wildboar/asn1/functional'; /** * @summary PropertyList_getReplace * @description * * ### ASN.1 Definition: * * ```asn1 * PropertyList-getReplace ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare enum _enum_for_PropertyList_getReplace { gET = 0, rEPLACE = 1, gET_REPLACE = 2 } /** * @summary PropertyList_getReplace * @description * * ### ASN.1 Definition: * * ```asn1 * PropertyList-getReplace ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export type PropertyList_getReplace = _enum_for_PropertyList_getReplace; /** * @summary PropertyList_getReplace * @description * * ### ASN.1 Definition: * * ```asn1 * PropertyList-getReplace ::= ENUMERATED { -- REMOVED_FROM_UNNESTING -- } * ``` * * @enum {number} */ export declare const PropertyList_getReplace: typeof _enum_for_PropertyList_getReplace; /** * @summary PropertyList_getReplace_gET * @constant * @type {number} */ export declare const PropertyList_getReplace_gET: PropertyList_getReplace; /** * @summary gET * @constant * @type {number} */ export declare const gET: PropertyList_getReplace; /** * @summary PropertyList_getReplace_rEPLACE * @constant * @type {number} */ export declare const PropertyList_getReplace_rEPLACE: PropertyList_getReplace; /** * @summary rEPLACE * @constant * @type {number} */ export declare const rEPLACE: PropertyList_getReplace; /** * @summary PropertyList_getReplace_gET_REPLACE * @constant * @type {number} */ export declare const PropertyList_getReplace_gET_REPLACE: PropertyList_getReplace; /** * @summary gET_REPLACE * @constant * @type {number} */ export declare const gET_REPLACE: PropertyList_getReplace; export declare const _decode_PropertyList_getReplace: $.ASN1Decoder; export declare const _encode_PropertyList_getReplace: $.ASN1Encoder; //# sourceMappingURL=PropertyList-getReplace.ta.d.mts.map