import { type AgentEffortContext } from "./impl/agentEffortContext.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns an active chat member's view of one live agent's chat-specific effort and Rig session, falling back to the agent-level default when needed. * Keeping chat access and binding selection on this boundary prevents callers from reading or changing another conversation's execution setting. */ export declare function agentEffortGetContext(executor: DrizzleExecutor, actorUserId: string, chatId: string, agentUserId: string): Promise; //# sourceMappingURL=agentEffortGetContext.d.ts.map