import { ASN1Element as _Element, OPTIONAL } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { CertificateRevocationLists } from "../CryptographicMessageSyntax/CertificateRevocationLists.ta";
import { CertificateSet } from "../CryptographicMessageSyntax/CertificateSet.ta";
export { CertificateRevocationLists, _decode_CertificateRevocationLists, _encode_CertificateRevocationLists, } from "../CryptographicMessageSyntax/CertificateRevocationLists.ta";
export { CertificateSet, _decode_CertificateSet, _encode_CertificateSet, } from "../CryptographicMessageSyntax/CertificateSet.ta";
export declare class OriginatorInfo {
    readonly certs: OPTIONAL<CertificateSet>;
    readonly crls: OPTIONAL<CertificateRevocationLists>;
    constructor(certs: OPTIONAL<CertificateSet>, crls: OPTIONAL<CertificateRevocationLists>);
    static _from_object(_o: {
        [_K in keyof OriginatorInfo]: OriginatorInfo[_K];
    }): OriginatorInfo;
}
export declare const _root_component_type_list_1_spec_for_OriginatorInfo: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_OriginatorInfo: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_OriginatorInfo: $.ComponentSpec[];
export declare function _decode_OriginatorInfo(el: _Element): OriginatorInfo;
export declare function _encode_OriginatorInfo(value: OriginatorInfo, elGetter: $.ASN1Encoder<OriginatorInfo>): _Element;
//# sourceMappingURL=OriginatorInfo.ta.d.ts.map