import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers the `issue-create` tool on the given MCP server. */ export declare function registerIssueCreateTool(server: McpServer): void; //# sourceMappingURL=issue-create.d.ts.map