/**
 * GitHub MCP Tools for CLI
 *
 * Real GitHub integration via `gh` CLI and `git` commands.
 * Falls back to local state management when CLI tools are unavailable.
 */
import { type MCPTool } from './types.js';
export declare const githubTools: MCPTool[];
//# sourceMappingURL=github-tools.d.ts.map