import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Config } from "../config/index.js"; /** * create_feature_branch — Phase 2 / Setup * * Creates a feature branch from the default branch for a given work item. * Validates the repo is clean, syncs to latest, and creates a branch * following the naming convention: pr-genie/wi-{id}-{slug} */ export declare function registerCreateFeatureBranch(server: McpServer, _config: Config): void; //# sourceMappingURL=create-feature-branch.d.ts.map