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