import type { FinishAttestationWorkerResult } from "./workflow-finish-attestation-types.js"; export declare function runFinishAttestationWorker(projectDir: string, bundleDigest?: string): FinishAttestationWorkerResult; /** Drops cached verdicts. Tests use this to prove the cache is keyed, not sticky. */ export declare function clearFinishAttestationWorkerCache(): void;