import { ASN1Element as _Element, BIT_STRING } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AlgorithmIdentifier } from "x500-ts/dist/node/modules/AuthenticationFramework/AlgorithmIdentifier.ta"; export declare class PKMACValue { readonly algId: AlgorithmIdentifier; readonly value: BIT_STRING; constructor(algId: AlgorithmIdentifier, value: BIT_STRING); static _from_object(_o: { [_K in keyof PKMACValue]: PKMACValue[_K]; }): PKMACValue; } export declare const _root_component_type_list_1_spec_for_PKMACValue: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_PKMACValue: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_PKMACValue: $.ComponentSpec[]; export declare function _decode_PKMACValue(el: _Element): PKMACValue; export declare function _encode_PKMACValue(value: PKMACValue, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=PKMACValue.ta.d.ts.map