/** * Tool exports - 2 essential tools only * Note: State changes (navigation, clicks, fills) are done via Playwright commands, not tools * * Removed redundant tools: * - take_screenshot: SoM mode always provides full-page screenshots * - recall_history: Past actions already provided in context * - inspect_page: SoM map already provides DOM structure * - check_page_ready: Already ensuring page stability * - verify_action_result: Screenshots provided each iteration show changes * - extract_data: SoM screenshot and element map already show all data */ export { ViewPreviousScreenshotTool } from './view-previous-screenshot'; export { RefreshSomMarkersTool } from './refresh-som-markers'; //# sourceMappingURL=index.d.ts.map