/** * Memory Skill * * Provides test memory database tools via MCP (Dolt-backed). * The AI agent can query test history, selector stability, page model, * and navigation patterns from previous runs. * * Activated when SKILLS.MEMORY is included in node's skills array. * Throws clear errors if dolt or database not set up. */ export declare const memorySkill: any;