import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { Attribute } from "../CryptographicMessageSyntax/Attribute.ta";
export { Attribute, _decode_Attribute, _encode_Attribute, } from "../CryptographicMessageSyntax/Attribute.ta";
export declare type UnprotectedAttributes = Attribute[];
export declare function _decode_UnprotectedAttributes(el: _Element): UnprotectedAttributes;
export declare function _encode_UnprotectedAttributes(value: UnprotectedAttributes, elGetter: $.ASN1Encoder<UnprotectedAttributes>): _Element;
//# sourceMappingURL=UnprotectedAttributes.ta.d.ts.map