import { ASN1Element as _Element, GeneralizedTime, OPTIONAL } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { OtherKeyAttribute } from "../CryptographicMessageSyntax/OtherKeyAttribute.ta";
import { SubjectKeyIdentifier } from "../CryptographicMessageSyntax/SubjectKeyIdentifier.ta";
export { OtherKeyAttribute, _decode_OtherKeyAttribute, _encode_OtherKeyAttribute, } from "../CryptographicMessageSyntax/OtherKeyAttribute.ta";
export { SubjectKeyIdentifier, _decode_SubjectKeyIdentifier, _encode_SubjectKeyIdentifier, } from "../CryptographicMessageSyntax/SubjectKeyIdentifier.ta";
export declare class RecipientKeyIdentifier {
    readonly subjectKeyIdentifier: SubjectKeyIdentifier;
    readonly date: OPTIONAL<GeneralizedTime>;
    readonly other: OPTIONAL<OtherKeyAttribute>;
    constructor(subjectKeyIdentifier: SubjectKeyIdentifier, date: OPTIONAL<GeneralizedTime>, other: OPTIONAL<OtherKeyAttribute>);
    static _from_object(_o: {
        [_K in keyof RecipientKeyIdentifier]: RecipientKeyIdentifier[_K];
    }): RecipientKeyIdentifier;
}
export declare const _root_component_type_list_1_spec_for_RecipientKeyIdentifier: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_RecipientKeyIdentifier: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_RecipientKeyIdentifier: $.ComponentSpec[];
export declare function _decode_RecipientKeyIdentifier(el: _Element): RecipientKeyIdentifier;
export declare function _encode_RecipientKeyIdentifier(value: RecipientKeyIdentifier, elGetter: $.ASN1Encoder<RecipientKeyIdentifier>): _Element;
//# sourceMappingURL=RecipientKeyIdentifier.ta.d.ts.map