import { type MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Applies Rig's latest generated session title to the exact bound direct-agent conversation by updating chats and its chatUpdates/syncEvents coordinates atomically. * Ignoring missing, channel, unchanged, and blank bindings keeps Rig metadata from renaming unrelated product conversations or emitting duplicate sync work. */ export declare function agentConversationTitleApply(executor: DrizzleExecutor, input: { sessionId: string; title: string; }): Promise; //# sourceMappingURL=agentConversationTitleApply.d.ts.map