import type { Asn1Object } from '@apeleghq/asn1-der';
import { Asn1Sequence } from '@apeleghq/asn1-der';
import type AttributeValue from './AttributeValue.js';
declare class Attribute extends Asn1Sequence {
    constructor(attrType: Asn1Object, attrValues: AttributeValue);
}
export default Attribute;
//# sourceMappingURL=Attribute.d.ts.map