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 SignedAttributes = Attribute[];
export declare function _decode_SignedAttributes(el: _Element): SignedAttributes;
export declare function _encode_SignedAttributes(value: SignedAttributes, elGetter: $.ASN1Encoder<SignedAttributes>): _Element;
//# sourceMappingURL=SignedAttributes.ta.d.ts.map