import type { Session, Thread } from "@claudexor/schema"; import type { ThreadMutation } from "./thread-store-support.js"; /** Build the single journal mutation that owns thread-worktree state. */ export declare function threadWorktreeMutation(thread: Thread, sessions: readonly Session[], worktreePath: string, baseSha: string, deliveredThroughRunId?: string): ThreadMutation; //# sourceMappingURL=thread-worktree-state.d.ts.map