import type { DrizzleExecutor } from "../drizzle.js"; import type { AgentTurnTraceDetails } from "./types.js"; /** * Reads the complete coalesced execution trace linked to one visible assistant message after rechecking chat access and tombstone/expiry state. * Keeping trace visibility aligned with its message prevents deleted reasoning and tool details from bypassing the chat-content lifetime while avoiding inflation of every message projection. */ export declare function agentTurnTraceGet(executor: DrizzleExecutor, actorUserId: string, assistantMessageId: string): Promise; //# sourceMappingURL=agentTurnTraceGet.d.ts.map