export type VerificationResult = { passed: boolean; issues: string[]; retryHint?: string; }; export declare function buildVerifierSystemPrompt(): string;