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 PGPCertificateAttributes {
    readonly value: ObjectValue<_Element>;
    readonly _unrecognizedExtensionsList: _Element[];
    constructor(value: ObjectValue<_Element>, _unrecognizedExtensionsList?: _Element[]);
    static _from_object(_o: {
        [_K in keyof PGPCertificateAttributes]: PGPCertificateAttributes[_K];
    }): PGPCertificateAttributes;
}
export declare const _root_component_type_list_1_spec_for_PGPCertificateAttributes: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_PGPCertificateAttributes: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_PGPCertificateAttributes: $.ComponentSpec[];
export declare function _decode_PGPCertificateAttributes(el: _Element): PGPCertificateAttributes;
export declare function _encode_PGPCertificateAttributes(value: PGPCertificateAttributes, elGetter: $.ASN1Encoder<PGPCertificateAttributes>): _Element;
//# sourceMappingURL=PGPCertificateAttributes.ta.d.ts.map