import type { HookInput, GuardResult } from '../../core/index.js'; /** * Worktree-self-remove guard: fires PreToolUse on Bash. * Blocks `git worktree remove` when the target path is the current working * directory — running this inside the worktree permanently breaks the shell. */ export declare function worktreeSelfRemoveGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=worktree-self-remove.d.ts.map