import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { CertificateChoice } from "../PKCS7/CertificateChoice.ta";
export { CertificateChoice, _decode_CertificateChoice, _encode_CertificateChoice, } from "../PKCS7/CertificateChoice.ta";
export declare type CertificateSet = CertificateChoice[];
export declare function _decode_CertificateSet(el: _Element): CertificateSet;
export declare function _encode_CertificateSet(value: CertificateSet, elGetter: $.ASN1Encoder<CertificateSet>): _Element;
//# sourceMappingURL=CertificateSet.ta.d.ts.map