/** * Purpose: Dispatches interact tool commands to extension-side handlers. * Why: Routes MCP interact actions to DOM primitives, browser actions, and CDP operations. * Docs: docs/features/feature/interact-explore/index.md */ export declare function handlePilotCommand(command: string, params: unknown, preferredTabId?: number): Promise; //# sourceMappingURL=interact.d.ts.map