/** * Runs browser registry actions against the Chrome Extension bridge (no Playwright page). */ import type { BrowserActionContext, BrowserActionResult } from './types.js'; export declare function runExtensionRegistryAction(name: string, ctx: BrowserActionContext, args: Record): Promise;