import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { CertificateList } from "x500-ts/dist/node/modules/AuthenticationFramework/CertificateList.ta";
export declare type CertificateRevocationLists = CertificateList[];
export declare function _decode_CertificateRevocationLists(el: _Element): CertificateRevocationLists;
export declare function _encode_CertificateRevocationLists(value: CertificateRevocationLists, elGetter: $.ASN1Encoder<CertificateRevocationLists>): _Element;
//# sourceMappingURL=CertificateRevocationLists.ta.d.ts.map