import { ASN1Element as _Element } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv * @description * * ### ASN.1 Definition: * * ```asn1 * OsiBindResult-normal-mode-parameters-user-data-fully-encoded-data-Item-presentation-data-values ::= CHOICE { -- REMOVED_FROM_UNNESTING -- } * ``` */ export type OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv = { single_ASN1_type: _Element; }; /** * @summary Decodes an ASN.1 element into a(n) OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv * @function * @param {_Element} el The element being decoded. * @returns {OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv} The decoded data structure. */ export declare const _decode_OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv: $.ASN1Decoder; /** * @summary Encodes a(n) OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv into an ASN.1 Element. * @function * @param value The element being encoded. * @param elGetter A function that can be used to get new ASN.1 elements. * @returns {_Element} The OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv, encoded as an ASN.1 Element. */ export declare const _encode_OsiBindResult_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv: $.ASN1Encoder; //# sourceMappingURL=OsiBindResult-normal-mode-parameters-user-data-fully-encoded-data-Item-pdv.ta.d.mts.map