import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginAgentCallContext } from "./types.js"; /** Resolves a Rig external-tool event to its one running Happy chat turn and does not mutate durable state. This boundary prevents a contextual plugin capability from choosing another chat, agent, or human actor. */ export declare function pluginAgentCallContextGet(executor: DrizzleExecutor, sessionId: string, callId: string): Promise; //# sourceMappingURL=pluginAgentCallContextGet.d.ts.map