import { Asn1Sequence } from '@apeleghq/asn1-der';
import type EncryptedContentInfo from './EncryptedContentInfo.js';
import type UnprotectedAttributes from './UnprotectedAttributes.js';
declare class EncryptedData extends Asn1Sequence {
    constructor(encryptedContentInfo: EncryptedContentInfo, unprotectedAttrs?: UnprotectedAttributes);
}
export default EncryptedData;
//# sourceMappingURL=EncryptedData.d.ts.map