import type { ToolFunction } from '../../scripting/javascript/JavascriptExecutionToolsOptions';
/**
 * Resolves the server-side implementation of the `run_browser` tool for Node.js environments.
 *
 * This uses fully lazy resolution to keep CLI startup independent from optional browser tooling.
 * When the server tool cannot be resolved, the fallback implementation throws a helpful error.
 *
 * @private internal utility for USE BROWSER commitment
 */
export declare function resolveRunBrowserToolForNode(): ToolFunction;
