/** * AI Test Autopilot tools. * * Provides 5 tool handlers: * - autopilot_explore: automatically navigate and build navigation graph * - autopilot_generate: generate test scenarios from exploration data * - autopilot_heal: self-heal a broken test step selector * - autopilot_status: get exploration status * - autopilot_tests: list/get generated tests */ import type { ToolDefinition } from "./registry.js"; export declare const autopilotTools: ToolDefinition[]; //# sourceMappingURL=autopilot-tools.d.ts.map