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