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