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