/** * Browser Action Registry — unified action layer shared by browser_use tool, CLI, and pipeline. */ import type { BrowserActionRegistry } from './types.js'; export declare function createBrowserActionRegistry(): BrowserActionRegistry;