import { type ConfigManagerLike } from '../../runtime/sandbox/manager.js'; import { SandboxSessionRegistry } from '../../runtime/sandbox/session-registry.js'; import type { SandboxLaunchPlan } from '../../runtime/sandbox/types.js'; import type { Tool } from '../../types/tools.js'; export interface ReplToolOptions { readonly surfaceRoot: string; } export declare function resolveReplJavaScriptCommand(launchPlan: Pick, configManager: ConfigManagerLike): string; export declare function createReplTool(configManager: ConfigManagerLike, sandboxSessionRegistry: SandboxSessionRegistry, options: ReplToolOptions): Tool; //# sourceMappingURL=index.d.ts.map