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