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