import type { Asn1BitString } from '@exact-realty/asn1-der'; import { Asn1Sequence } from '@exact-realty/asn1-der'; import type AlgorithmIdentifier from '../cms/AttributeValue.js'; import type TBSCertificate from './TBSCertificate.js'; declare class Certificate extends Asn1Sequence { constructor(tbsCertificate: TBSCertificate, signatureAlgorithm: AlgorithmIdentifier, signatureValue: Asn1BitString); } export default Certificate; //# sourceMappingURL=Certificate.d.ts.map