import { ASN1Element as _Element } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv * @description * * ### ASN.1 Definition: * * ```asn1 * OsiBindError-normal-mode-parameters-user-data-fully-encoded-data-Item-presentation-data-values ::= CHOICE { -- REMOVED_FROM_UNNESTING -- } * ``` */ export type OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv = { single_ASN1_type: _Element; }; /** * @summary Decodes an ASN.1 element into a(n) OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv * @function * @param {_Element} el The element being decoded. * @returns {OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv} The decoded data structure. */ export declare function _decode_OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv(el: _Element): OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv; /** * @summary Encodes a(n) OsiBindError_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 OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv, encoded as an ASN.1 Element. */ export declare function _encode_OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv(value: OsiBindError_normal_mode_parameters_user_data_fully_encoded_data_Item_pdv, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=OsiBindError-normal-mode-parameters-user-data-fully-encoded-data-Item-pdv.ta.d.mts.map