import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { AdoClient } from "../providers/ado-client.js"; import type { Config } from "../config/index.js"; /** * clone_repo — Phase 2 / Setup * * Clones an Azure DevOps Git repository to the local filesystem. * Uses the PAT for HTTPS authentication. * Supports shallow clones for speed on large repos. * * If the repo already exists locally, validates it instead of re-cloning. */ export declare function registerCloneRepo(server: McpServer, adoClient: AdoClient, config: Config): void; //# sourceMappingURL=clone-repo.d.ts.map