import { AIAction } from '../types/index.js';
/**
 * Analyzes a screenshot of a webpage using AI vision to determine if interactions are needed
 * @param base64Image Screenshot in base64 format
 * @returns A recommended action to take on the page
 */
export declare function analyzePageWithAI(base64Image: string): Promise<AIAction>;
//# sourceMappingURL=vision-analyzer.d.ts.map