import type { IAsn1Data } from '@apeleghq/asn1-der';
import { Asn1Sequence } from '@apeleghq/asn1-der';
import type ContentType from './ContentType.cjs';
declare class ContentInfo extends Asn1Sequence {
    constructor(contentType: ContentType, content: IAsn1Data);
}
export default ContentInfo;
//# sourceMappingURL=ContentInfo.d.ts.map