import type { AgentSessionRef, AgentTurnInput } from "@tangle-network/agent-interface/environment-provider"; import type { SandboxInstanceLike } from "./tangle-types.js"; export declare function dispatchEnvironmentRun(box: SandboxInstanceLike, provider: string, environmentId: string): (input: AgentTurnInput) => Promise;