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