import { Asn1Sequence } from '@exact-realty/asn1-der'; import type RelativeDistinguishedName from './RelativeDistinguishedName.cjs'; declare class RDNSequence extends Asn1Sequence { constructor(...relativeDistinguishedNames: RelativeDistinguishedName[]); } export default RDNSequence; //# sourceMappingURL=RDNSequence.d.ts.map