import type { AgentsSession } from "../session/types.js"; import type { SyncContext } from "../../sync/index.js"; /** Build the Agentic Studio session for the context's environment. */ export declare const resolveAgentsSession: (ctx: SyncContext) => Promise;