import type { AgentScope } from "./agents.ts"; export declare function resolveExecutionAgentScope(scope: unknown): AgentScope; //# sourceMappingURL=agent-scope.d.ts.map