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