import type { VerificationReport } from "./types.js"; export declare function runVerification(cwd: string): Promise;