import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AttributeSet } from "../PKIX-CommonTypes-2009/AttributeSet.ta"; export { AttributeSet, _decode_AttributeSet, _encode_AttributeSet, } from "../PKIX-CommonTypes-2009/AttributeSet.ta"; export declare type Attributes = AttributeSet[]; export declare function _decode_Attributes(el: _Element): Attributes; export declare function _encode_Attributes(value: Attributes, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=Attributes.ta.d.ts.map