export type { AttestorClaim, AttestorLogEntry, ProofResult, RunAttestorProofOptions, } from './attestor.ts'; export { runAttestorProof, tailLogs, warnsAndErrors } from './attestor.ts'; export { createAttestorAuthentication, type AttestorAuthentication, } from './attestor-auth.ts'; export { buildHttpParams, ensureAttestorCrypto, type ParsedClaim, parseClaim, resolveAttestorUrl, } from './proof-core.ts'; export { type HttpParams, type HttpSecretParams, type PopcornProveOptions, popcornProve, popcornValidateExtraction, type ValidateExtractionResult, } from './pod-prover.ts'; export { ensureZkFiles } from './zk-files.ts'; export { createClaimOnAttestor } from '@reclaimprotocol/attestor-core';