import type { AgentCommandOpts, AgentRunContext } from "./types.js";
export declare function resolveAgentRunContext(opts: AgentCommandOpts): AgentRunContext;
