import { ASN1Element as _Element, OBJECT_IDENTIFIER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare class AttributeSet { readonly type_: OBJECT_IDENTIFIER; readonly values: _Element[]; constructor(type_: OBJECT_IDENTIFIER, values: _Element[]); static _from_object(_o: { [_K in keyof AttributeSet]: AttributeSet[_K]; }): AttributeSet; } export declare const _root_component_type_list_1_spec_for_AttributeSet: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_AttributeSet: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_AttributeSet: $.ComponentSpec[]; export declare function _decode_AttributeSet(el: _Element): AttributeSet; export declare function _encode_AttributeSet(value: AttributeSet, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=AttributeSet.ta.d.ts.map