import type { Report } from './report.js'; import type { CertificateChain } from './cert-chain.js'; /** * Verify attestation report with the certificate chain. * * @param chain - The certificate chain (ARK > ASK > VCEK) * @param report - The attestation report * @returns True if verification succeeds */ export declare function verifyAttestation(chain: CertificateChain, report: Report): Promise; //# sourceMappingURL=verify.d.ts.map