import type { TaskState } from '../../infra/task/index.js'; type TaskStateWorktree = Pick; /** * Validate a worktree referenced by task state before reading its run data or * writing an intervention. Project-local fallback clones retain their * existing path boundary; clones outside the project additionally require the * project's clone metadata to match the task branch and path. */ export declare function assertTaskStateWorktreeOwnership(projectCwd: string, task: TaskStateWorktree): void; export {}; //# sourceMappingURL=taskStateWorktreeOwnership.d.ts.map