/** * Input tools: click, type, press_key, hover, drag, select_option, fill_form, file_upload. */ import type { ExtensionAPI } from "../../../sdk/coding-agent/index.js"; import { BrowserService } from "../browser-service.js"; export declare function registerInputTools(ext: ExtensionAPI, bs: BrowserService): void; //# sourceMappingURL=input.d.ts.map