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