import { UserError } from "../../user-error/dist/index.js"; import type { Worktree } from "./types.js"; /** * The registry is invisible until listed, so a wrong name is answered with the * names that would have worked plus the command that shows them. */ export declare function worktreeNotFoundError(name: string, worktrees: Worktree[]): UserError;