import { type AgentChatContext } from "./impl/agentChatContext.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Resolves one executable agent inside an accessible direct message or channel, including its stable conversation sandbox scope and optional Rig binding. * Rejecting inactive or unready identities here keeps session creation tied to a concrete agent-conversation authorization boundary. */ export declare function agentChatGetContext(executor: DrizzleExecutor, actorUserId: string, chatId: string, requestedAgentUserId?: string): Promise; //# sourceMappingURL=agentChatGetContext.d.ts.map