/**
 * Worktree 候補プロバイダ
 * go, remove コマンドで使用
 */
/**
 * Worktree 候補を取得
 * Git リポジトリ外では空配列を返す
 */
export declare const getWorktreeCandidates: () => Promise<import("./types.js").CompletionCandidate[]>;
//# sourceMappingURL=worktrees.d.ts.map