/**
 * Git Branch Tool
 *
 * Branch management: list, create, switch, delete.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitBranchTool: NanocoderToolExport;
//# sourceMappingURL=git-branch.d.ts.map