import type { Asn1OctetString } from '@exact-realty/asn1-der'; import { Asn1Sequence } from '@exact-realty/asn1-der'; import type ContentType from './ContentType.cjs'; declare class EncapsulatedContentInfo extends Asn1Sequence { eContentType_: ContentType; constructor(eContentType: ContentType, eContent?: Asn1OctetString); get eContentType(): Readonly; } export default EncapsulatedContentInfo; //# sourceMappingURL=EncapsulatedContentInfo.d.ts.map