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