import { type AgentEffortContext } from "./agentEffortContext.js"; import { type DrizzleExecutor } from "../../drizzle.js"; /** * Loads one accessible chat's active agent membership, durable effort override, profile default, and bound Rig session. * Requiring both memberships and the exact chat-agent binding keeps a chat-level selection isolated from every other conversation using the agent. */ export declare function agentEffortContextDb(executor: DrizzleExecutor, actorUserId: string, chatId: string, agentUserId: string): Promise; //# sourceMappingURL=agentEffortContextDb.d.ts.map