import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { ObjectValue } from "../PKCS-15/ObjectValue.ta";
export { ObjectValue, _get_decoder_for_ObjectValue, _get_encoder_for_ObjectValue, } from "../PKCS-15/ObjectValue.ta";
export { PKCS15_OPAQUE } from "../PKCS-15/PKCS15-OPAQUE.oca";
export declare class X9_68CertificateAttributes {
    readonly value: ObjectValue<_Element>;
    readonly _unrecognizedExtensionsList: _Element[];
    constructor(value: ObjectValue<_Element>, _unrecognizedExtensionsList?: _Element[]);
    static _from_object(_o: {
        [_K in keyof X9_68CertificateAttributes]: X9_68CertificateAttributes[_K];
    }): X9_68CertificateAttributes;
}
export declare const _root_component_type_list_1_spec_for_X9_68CertificateAttributes: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_X9_68CertificateAttributes: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_X9_68CertificateAttributes: $.ComponentSpec[];
export declare function _decode_X9_68CertificateAttributes(el: _Element): X9_68CertificateAttributes;
export declare function _encode_X9_68CertificateAttributes(value: X9_68CertificateAttributes, elGetter: $.ASN1Encoder<X9_68CertificateAttributes>): _Element;
//# sourceMappingURL=X9-68CertificateAttributes.ta.d.ts.map