import { type DrizzleExecutor } from "../drizzle.js"; /** * Attaches the durable Rig run identifier to the matching active agent's agentTurns record once the turn is in an attachable state. * The guarded write prevents callbacks from reviving an inactive identity, associating a run with the wrong chat turn, or overwriting an existing run. */ export declare function agentRunAttach(executor: DrizzleExecutor, input: { runId: string; sessionId: string; text: string; }): Promise; //# sourceMappingURL=agentRunAttach.d.ts.map