/** * Dialog tool: browser_handle_dialog. * * NOTE: BrowserService intercepts all dialogs globally and holds them * until the agent handles them via this tool. This avoids Playwright's * default auto-dismiss behavior. */ import type { ExtensionAPI } from "../../../sdk/coding-agent/index.js"; import { BrowserService } from "../browser-service.js"; export declare function registerDialogTools(ext: ExtensionAPI, bs: BrowserService): void; //# sourceMappingURL=dialog.d.ts.map