import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { CertificateChoices } from "../CryptographicMessageSyntax/CertificateChoices.ta";
export { CertificateChoices, _decode_CertificateChoices, _encode_CertificateChoices, } from "../CryptographicMessageSyntax/CertificateChoices.ta";
export declare type CertificateSet = CertificateChoices[];
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